aboutsummaryrefslogtreecommitdiff
path: root/net/linux-edonkey-core
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-16 02:18:14 +0000
commit87879dbfdd2155bc9a8c80296ce9f7fa8353eeec (patch)
treed15057a61367c1ee47626236f1e901cdcf2f0c9f /net/linux-edonkey-core
parent54b5ff2c6a75a05566dba4064383d8732dccd782 (diff)
downloadports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.tar.gz
ports-87879dbfdd2155bc9a8c80296ce9f7fa8353eeec.zip
Notes
Diffstat (limited to 'net/linux-edonkey-core')
-rw-r--r--net/linux-edonkey-core/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
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
}