diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-19 03:50:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-19 03:50:56 +0000 |
commit | 5a58876838d50532cddfc4b4671a163d36669f4c (patch) | |
tree | f7c2958868bf91478751a8a05535fd7490b85e73 /bootscripts | |
parent | f874424cabc59e63f2458c25527f7c18632194a9 (diff) |
Grammar updates and a minor script touch up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootscripts/lfs/init.d/rc b/bootscripts/lfs/init.d/rc index 3a4712690..febf80a85 100644 --- a/bootscripts/lfs/init.d/rc +++ b/bootscripts/lfs/init.d/rc @@ -156,7 +156,7 @@ fi if [ "${previous}" == "N" ]; then export IN_BOOT=1; fi -if [ "$runlevel" == "6" ] && [ -n ${FASTBOOT} ]; then +if [ "$runlevel" == "6" ] && [ -n "${FASTBOOT}" ]; then touch /fastboot fi |