From 87879dbfdd2155bc9a8c80296ce9f7fa8353eeec Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 16 Aug 2002 02:18:14 +0000 Subject: Replace sh shell parameter $* with safer "${@}" --- net/linux-edonkey-core/files/wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/linux-edonkey-core') 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 } -- cgit v1.2.3