X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Flttv.sh;h=6ad81c4238fd150fd951b033218d2a9cd4fee6f1;hb=60254dc8a20a09227c202bccc942dacde3df8b55;hp=a7d7dc3a70f309da247672409c1c34c62ccc8a2c;hpb=52557e19f8f90fd2ad30b91310a151958ed8883a;p=lttv.git 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