Sfoglia il codice sorgente

Changed more & to &

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 anni fa
parent
commit
b8273fbb08
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      chapter07/rc.xml

+ 2 - 2
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