From 1a883973c41ca0bf04fc74acb607862fdc88b82b Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 27 Feb 2009 12:55:41 -0800 Subject: [PATCH] crun: replace $* with "$@" --- src/crun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crun b/src/crun index 68e9b07f50192..0f4dd73ee719e 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 -- 2.39.5