From: Yehuda Sadeh Date: Fri, 27 Feb 2009 20:55:41 +0000 (-0800) Subject: crun: replace $* with "$@" X-Git-Tag: v0.7~112 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a883973c41ca0bf04fc74acb607862fdc88b82b;p=ceph.git crun: replace $* with "$@" --- diff --git a/src/crun b/src/crun index 68e9b07f5019..0f4dd73ee719 100755 --- a/src/crun +++ b/src/crun @@ -10,7 +10,7 @@ core_sig[8]=1 core_sig[11]=1 while [ true ]; do - $* + "$@" exit_code=$? if [ $exit_code -gt 128 ]; then