summaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
committerlioux <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
commitebedf264755ce48d2593cff24a790c5c99217c9a (patch)
tree6c4b59333e54781a9bbbf49a2f1f06d23d63f3d0 /net-p2p
parent2ac0f23ba71ff5be7bc91ad91ec26538c24fce75 (diff)
downloadFreeBSD-ports-ebedf264755ce48d2593cff24a790c5c99217c9a.zip
FreeBSD-ports-ebedf264755ce48d2593cff24a790c5c99217c9a.tar.gz
Replace sh shell parameter $* with safer "${@}"
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/javadc/files/wrapper.sh2
-rw-r--r--net-p2p/linux-agsatellite/files/wrapper.sh2
-rw-r--r--net-p2p/linux-edonkey-core/files/wrapper.sh2
-rw-r--r--net-p2p/phex/files/wrapper.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/javadc/files/wrapper.sh b/net-p2p/javadc/files/wrapper.sh
index aab757c..0f4e2ba 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 e53603d..ce5b7d7 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 238d37b..a1cbdc0 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 aab757c..0f4e2ba 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} "${@}"
OpenPOWER on IntegriCloud