diff options
Diffstat (limited to 'chapter07/rc.xml')
-rw-r--r-- | chapter07/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/rc.xml b/chapter07/rc.xml index 16dfe2e8a..4048977c5 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -88,7 +88,7 @@ runlevel=$RUNLEVEL [ "$1" != "" ] && runlevel=$1 if [ "$runlevel" = "" ] then - echo "Usage: $0 <runlevel>" >&2 + echo "Usage: $0 <runlevel>" >&2 exit 1 fi @@ -99,7 +99,7 @@ fi # previous=$PREVLEVEL -[ "$previous" = "" ] && previous=N +[ "$previous" = "" ] && previous=N export runlevel previous |