Correctly expand the passed quoted parameters
[lttv.git] / 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.022752 seconds and 4 git commands to generate.