diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-16 02:18:14 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-16 02:18:14 +0000 |
commit | 87879dbfdd2155bc9a8c80296ce9f7fa8353eeec (patch) | |
tree | d15057a61367c1ee47626236f1e901cdcf2f0c9f /multimedia/linux-divxplayer | |
parent | Add devel/p5-DB_File-Lock, a wrapper for the DB_File module, adding (diff) |
Replace sh shell parameter $* with safer "${@}"
Diffstat (limited to 'multimedia/linux-divxplayer')
-rw-r--r-- | multimedia/linux-divxplayer/files/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/linux-divxplayer/files/wrapper.sh b/multimedia/linux-divxplayer/files/wrapper.sh index 5b56eef46a6b..06da03f21479 100644 --- a/multimedia/linux-divxplayer/files/wrapper.sh +++ b/multimedia/linux-divxplayer/files/wrapper.sh @@ -11,4 +11,4 @@ then rm -f ~/.divxPlayer/DivXPlayer.dbf fi -exec ${PROGRAM}.bin ${*} +exec ${PROGRAM}.bin "${@}" |