Release new version 2.13.0
[grml-scripts.git] / usr_sbin / noeject
index a08a373..e45e4be 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:18:35 CET 2005 [mika]
 ################################################################################
 
 touch /etc/noeject
-exec $*
+exec "$@"
 
 ## END OF FILE #################################################################