diff options
Diffstat (limited to 'net-p2p/linux-edonkey-core/files/wrapper.sh')
-rw-r--r-- | net-p2p/linux-edonkey-core/files/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |