diff options
Diffstat (limited to 'chapter07/rc.xml')
-rw-r--r-- | chapter07/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/rc.xml b/chapter07/rc.xml index 3aba51da3..16dfe2e8a 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -85,7 +85,7 @@ runlevel=$RUNLEVEL # was passed to this script we won't change runlevels. # -[ "$1" != "" ] && runlevel=$1 +[ "$1" != "" ] && runlevel=$1 if [ "$runlevel" = "" ] then echo "Usage: $0 <runlevel>" >&2 |