diff options
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/halt | 2 |
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 |