ports/68669: [MAINTAINER UPDATE]: games/wolf3d - fix minor scripting mistake

Travis Poppe tlp at LiquidX.org
Mon Jul 5 02:20:18 UTC 2004


>Number:         68669
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/wolf3d - fix minor scripting
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 05 02:20:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
I was using -x in the wolf3d wrapper script when I should have been
using -d

Port revision should probably be bumped.
>How-To-Repeat:
>Fix:
--- wolf3d.in.orig	Sun Jul  4 20:11:44 2004
+++ wolf3d.in	Sun Jul  4 20:12:02 2004
@@ -5,7 +5,7 @@
 
 USERDIR=$HOME/.wolf3d
 
-if [ -x $USERDIR ]; then
+if [ -d $USERDIR ]; then
 	echo "wolf3d appears to be installed to $USERDIR/"
 	echo ""
 	echo "Basic options:"
>Release-Note:
>Audit-Trail:
>Unformatted:
 mistake



More information about the freebsd-ports-bugs mailing list