From 8dbddfb248e87ab7ba0ae9a1c2d2c77460d0b6b0 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 2 Mar 2001 19:29:23 +0000 Subject: Replaced && by && git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/rc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07/rc.xml') 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 -- cgit v1.2.3-54-g00ecf