aboutsummaryrefslogtreecommitdiff
path: root/audio/agsatellite
diff options
context:
space:
mode:
Diffstat (limited to 'audio/agsatellite')
-rw-r--r--audio/agsatellite/files/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
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
}