X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-functions;h=6fb57c600f7c593e1ba2b1e1f68c58b1d7f8bc3d;hb=0d795cb825dd17de286f9740e30a3790b7916d2f;hp=baa920c7660663c966a7cca4c0c2466f87f88560;hpb=b15f95e06e40a70ed75c30b31cee89d43ec8196b;p=live-boot-grml.git diff --git a/scripts/live-functions b/scripts/live-functions index baa920c..6fb57c6 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -19,11 +19,11 @@ log_wait_msg () # Print a message and wait for enter if [ -x /sbin/usplash_write ] then - /sbin/usplash_write "INPUTENTER $@" + /sbin/usplash_write "INPUTENTER ${@}" read nunya < /dev/.initramfs/usplash_outfifo fi - _log_msg "Waiting: $@ ..." + _log_msg "Waiting: ${@} ..." } really_export ()