diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-02 19:30:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-02 19:30:10 +0000 |
commit | b8273fbb08c7b988eb10a9fc3acfd2d85b55ed3f (patch) | |
tree | 3f5cf1121600fb39fc0c5159de8bfc0576296664 /chapter07/rc.xml | |
parent | 8dbddfb248e87ab7ba0ae9a1c2d2c77460d0b6b0 (diff) |
Changed more & to &
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |