From: Yannick Brosseau Date: Tue, 4 Jan 2011 19:35:16 +0000 (-0500) Subject: Correctly expand the passed quoted parameters X-Git-Tag: v0.12.37~23 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=60254dc8a20a09227c202bccc942dacde3df8b55 Correctly expand the passed quoted parameters Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- diff --git a/lttv/lttv/lttv.sh b/lttv/lttv/lttv.sh index a7d7dc3a..6ad81c42 100644 --- a/lttv/lttv/lttv.sh +++ b/lttv/lttv/lttv.sh @@ -10,5 +10,5 @@ if [ x"$*" = x"" ]; then echo $0.real --help else - $0.real $* + $0.real "$@" fi