ports/86476: [MAINTAINER UPDATE] games/duel: fix wrapper script (wasn't respecting arguments)
Alejandro Pulver
alejandro at varnet.biz
Thu Sep 22 19:30:12 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list