mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Changed more & to &
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8dbddfb248
commit
b8273fbb08
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user