grml-exec-wrapper: add double quotes around $@
authorFrank Terbeck <ft@bewatermyfriend.org>
Sun, 15 Feb 2009 16:54:20 +0000 (17:54 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Sun, 15 Feb 2009 17:08:20 +0000 (18:08 +0100)
usr_bin/grml-exec-wrapper

index 6ea449d..cd51cae 100755 (executable)
@@ -46,7 +46,7 @@ case $PROG in
 esac
 
 if is_installed "$PROG" ; then
-    exec $@
+    exec "$@"
 else
     RC=1
     display_info "Sorry: ${PROG} not available.