Correctly expand the passed quoted parameters
authorYannick Brosseau <yannick.brosseau@gmail.com>
Tue, 4 Jan 2011 19:35:16 +0000 (14:35 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 4 Jan 2011 19:35:16 +0000 (14:35 -0500)
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttv/lttv/lttv.sh

index a7d7dc3a70f309da247672409c1c34c62ccc8a2c..6ad81c4238fd150fd951b033218d2a9cd4fee6f1 100644 (file)
@@ -10,5 +10,5 @@ if [ x"$*" = x"" ]; then
   echo
   $0.real --help
 else
-  $0.real $*
+  $0.real "$@"
 fi
This page took 0.024262 seconds and 4 git commands to generate.