diff options
author | Bill Nottingham <notting@redhat.com> | 2003-01-14 05:36:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-01-14 05:36:53 +0000 |
commit | 04743dec20383d6d1e76d87330f8ec757a8769cf (patch) | |
tree | 0049e03d6e90061767b4ce54e9988a9784c6ed0b /rc.d/init.d/halt | |
parent | 4a4059c3051332e858cf0699aa2441a93c8a2620 (diff) | |
download | initscripts-04743dec20383d6d1e76d87330f8ec757a8769cf.tar initscripts-04743dec20383d6d1e76d87330f8ec757a8769cf.tar.gz initscripts-04743dec20383d6d1e76d87330f8ec757a8769cf.tar.bz2 initscripts-04743dec20383d6d1e76d87330f8ec757a8769cf.tar.xz initscripts-04743dec20383d6d1e76d87330f8ec757a8769cf.zip |
unmark some strings
Diffstat (limited to 'rc.d/init.d/halt')
-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 |