grml-exec-wrapper: add double quotes around $@
[grml-scripts.git] / 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.