grml_chroot: fix broken mount argument handling
[grml-scripts.git] / usr_sbin / noprompt
index caa2944..ff8b573 100755 (executable)
@@ -4,10 +4,9 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Thu Nov 10 23:17:55 CET 2005 [mika]
 ################################################################################
 
 touch /etc/noprompt
-exec $*
+exec "$@"
 
 ## END OF FILE #################################################################