From cc62ca76356dc851006e3fc980cc1dcc46ef9ca6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2007 09:45:11 +0200 Subject: Consistently using curly brackets for variables. --- scripts/live-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/live-functions') 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 () -- cgit v1.2.3