From d03a386825bd12fb95cf4b87572038102a7ee514 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 15 Feb 2009 17:54:20 +0100 Subject: [PATCH] grml-exec-wrapper: add double quotes around $@ --- usr_bin/grml-exec-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.1.4