From: Frank Terbeck Date: Sun, 15 Feb 2009 16:54:20 +0000 (+0100) Subject: grml-exec-wrapper: add double quotes around $@ X-Git-Tag: v1.1.18~6^2~4 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=d03a386825bd12fb95cf4b87572038102a7ee514;hp=d392e93e0759e2d744c5614ac8bc363372134116;p=grml-scripts-core.git grml-exec-wrapper: add double quotes around $@ --- diff --git a/usr_bin/grml-exec-wrapper b/usr_bin/grml-exec-wrapper index 6ea449d..cd51cae 100755 --- a/usr_bin/grml-exec-wrapper +++ b/usr_bin/grml-exec-wrapper @@ -46,7 +46,7 @@ case $PROG in esac if is_installed "$PROG" ; then - exec $@ + exec "$@" else RC=1 display_info "Sorry: ${PROG} not available.