aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/halt
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/halt')
-rwxr-xr-xrc.d/init.d/halt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index b9c082b3..9063feda 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -12,7 +12,7 @@ NOLOCALE=1
. /etc/init.d/functions
runcmd() {
- echo -n $"$1 "
+ echo -n "$1 "
shift
if [ "$BOOTUP" = "color" ]; then
$* && echo_success || echo_failure