Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2004 20:16:53 -0600
From:      Travis Poppe <tlp@LiquidX.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68669: [MAINTAINER UPDATE]: games/wolf3d - fix minor scripting mistake
Message-ID:  <20040704201653.6584649d@maya.liquidx.org>
Resent-Message-ID: <200407050220.i652KIJM064176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040704201653.6584649d>