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 | |
parent | 54b5ff2c6a75a05566dba4064383d8732dccd782 (diff) | |
download | ports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.tar.gz ports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.zip |
Notes
-rw-r--r-- | audio/agbrowser/files/wrapper.sh | 2 | ||||
-rw-r--r-- | audio/agsatellite/files/wrapper.sh | 2 | ||||
-rw-r--r-- | graphics/aoi/files/wrapper.sh | 2 | ||||
-rw-r--r-- | graphics/linux-divxplayer/files/wrapper.sh | 2 | ||||
-rw-r--r-- | multimedia/linux-divxplayer/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net-p2p/javadc/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-core/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net-p2p/phex/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/edonkey-core/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/edonkey-gui-java/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/javadc/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/jift/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/linux-agsatellite/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/linux-edonkey-core/files/wrapper.sh | 2 | ||||
-rw-r--r-- | net/phex/files/wrapper.sh | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/audio/agbrowser/files/wrapper.sh b/audio/agbrowser/files/wrapper.sh index d18f9a6e2d66..7eb49f864001 100644 --- a/audio/agbrowser/files/wrapper.sh +++ b/audio/agbrowser/files/wrapper.sh @@ -13,4 +13,4 @@ fi cd ${HOME}/.agsatellite && echo Running Audio Galaxy Browser under ${HOME}/.agsatellite && echo Use this directory as the Satellite Directory in the Settings Tab && - exec ${PREFIX}/bin/${PROGRAM##*/}-real ${*} + exec ${PREFIX}/bin/${PROGRAM##*/}-real "${@}" diff --git a/audio/agsatellite/files/wrapper.sh b/audio/agsatellite/files/wrapper.sh index e53603d86a76..ce5b7d7ae0ba 100644 --- a/audio/agsatellite/files/wrapper.sh +++ b/audio/agsatellite/files/wrapper.sh @@ -18,6 +18,6 @@ echo " ${*} " | grep " \-createdironly " || cd ${HOME}/.agsatellite && echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && - exec ./${PROGRAM##*/} ${*} || + exec ./${PROGRAM##*/} "${@}" || echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again } diff --git a/graphics/aoi/files/wrapper.sh b/graphics/aoi/files/wrapper.sh index b4039bc78c2a..5252f680d433 100644 --- a/graphics/aoi/files/wrapper.sh +++ b/graphics/aoi/files/wrapper.sh @@ -6,4 +6,4 @@ JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" ( cd ${PREFIX}/${JAR_DIR} && \ - ${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* ) + ${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" ) diff --git a/graphics/linux-divxplayer/files/wrapper.sh b/graphics/linux-divxplayer/files/wrapper.sh index 5b56eef46a6b..06da03f21479 100644 --- a/graphics/linux-divxplayer/files/wrapper.sh +++ b/graphics/linux-divxplayer/files/wrapper.sh @@ -11,4 +11,4 @@ then rm -f ~/.divxPlayer/DivXPlayer.dbf fi -exec ${PROGRAM}.bin ${*} +exec ${PROGRAM}.bin "${@}" 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 "${@}" diff --git a/net-p2p/javadc/files/wrapper.sh b/net-p2p/javadc/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net-p2p/javadc/files/wrapper.sh +++ b/net-p2p/javadc/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh index e53603d86a76..ce5b7d7ae0ba 100644 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ b/net-p2p/linux-agsatellite/files/wrapper.sh @@ -18,6 +18,6 @@ echo " ${*} " | grep " \-createdironly " || cd ${HOME}/.agsatellite && echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && - exec ./${PROGRAM##*/} ${*} || + exec ./${PROGRAM##*/} "${@}" || echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again } diff --git a/net-p2p/linux-edonkey-core/files/wrapper.sh b/net-p2p/linux-edonkey-core/files/wrapper.sh index 238d37bbd96d..a1cbdc0258a2 100644 --- a/net-p2p/linux-edonkey-core/files/wrapper.sh +++ b/net-p2p/linux-edonkey-core/files/wrapper.sh @@ -18,6 +18,6 @@ echo " ${*} " | grep " \-createdironly " || { cd ${DIRNAME} && echo Running under ${DIRNAME} && - exec ./${PROGRAM##*/} ${*} || + exec ./${PROGRAM##*/} "${@}" || echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again } diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net-p2p/phex/files/wrapper.sh +++ b/net-p2p/phex/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net/edonkey-core/files/wrapper.sh b/net/edonkey-core/files/wrapper.sh index 238d37bbd96d..a1cbdc0258a2 100644 --- a/net/edonkey-core/files/wrapper.sh +++ b/net/edonkey-core/files/wrapper.sh @@ -18,6 +18,6 @@ echo " ${*} " | grep " \-createdironly " || { cd ${DIRNAME} && echo Running under ${DIRNAME} && - exec ./${PROGRAM##*/} ${*} || + exec ./${PROGRAM##*/} "${@}" || echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again } diff --git a/net/edonkey-gui-java/files/wrapper.sh b/net/edonkey-gui-java/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net/edonkey-gui-java/files/wrapper.sh +++ b/net/edonkey-gui-java/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net/javadc/files/wrapper.sh b/net/javadc/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net/javadc/files/wrapper.sh +++ b/net/javadc/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net/jift/files/wrapper.sh b/net/jift/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net/jift/files/wrapper.sh +++ b/net/jift/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" diff --git a/net/linux-agsatellite/files/wrapper.sh b/net/linux-agsatellite/files/wrapper.sh index e53603d86a76..ce5b7d7ae0ba 100644 --- a/net/linux-agsatellite/files/wrapper.sh +++ b/net/linux-agsatellite/files/wrapper.sh @@ -18,6 +18,6 @@ echo " ${*} " | grep " \-createdironly " || cd ${HOME}/.agsatellite && echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && - exec ./${PROGRAM##*/} ${*} || + exec ./${PROGRAM##*/} "${@}" || echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again } diff --git a/net/linux-edonkey-core/files/wrapper.sh b/net/linux-edonkey-core/files/wrapper.sh index 238d37bbd96d..a1cbdc0258a2 100644 --- a/net/linux-edonkey-core/files/wrapper.sh +++ b/net/linux-edonkey-core/files/wrapper.sh @@ -18,6 +18,6 @@ echo " ${*} " | grep " \-createdironly " || { cd ${DIRNAME} && echo Running under ${DIRNAME} && - exec ./${PROGRAM##*/} ${*} || + exec ./${PROGRAM##*/} "${@}" || echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again } diff --git a/net/phex/files/wrapper.sh b/net/phex/files/wrapper.sh index aab757cc6841..0f4e2ba5d1b1 100644 --- a/net/phex/files/wrapper.sh +++ b/net/phex/files/wrapper.sh @@ -5,4 +5,4 @@ JAVAVM="%%JAVAVM%%" JAR_DIR="%%JAR_DIR%%" JAR_FILE="%%JAR_FILE%%" -${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} $* +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}" |