Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2005 16:29:13 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/86476: [MAINTAINER UPDATE] games/duel: fix wrapper script (wasn't respecting arguments)
Message-ID:  <1127417353.0@phobos.mars.bsd>
Resent-Message-ID: <200509221930.j8MJUBf3047239@freefall.freebsd.org>

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

>Number:         86476
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/duel: fix wrapper script (wasn't respecting arguments)
>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:   Thu Sep 22 19:30:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


Changes:
* Fix wrapper scripts so it passes its arguments to the real executable.


>How-To-Repeat:





>Fix:


--- duel.diff begins here ---
diff -urN /usr/ports/games/duel/files/duel-sh.in duel/files/duel-sh.in
--- /usr/ports/games/duel/files/duel-sh.in	Sat Sep 17 07:41:47 2005
+++ duel/files/duel-sh.in	Thu Sep 22 16:26:40 2005
@@ -18,4 +18,4 @@
 
 cd ~/.duel || exit 1
 
-exec %%PREFIX%%/libexec/duel
+exec %%PREFIX%%/libexec/duel "$@"
--- duel.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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