aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/rcS.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-03-02 19:34:13 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-03-02 19:34:13 +0000
commit0b1c47806eed8c5122632b9455d40824862e2c80 (patch)
treeadb7cd12382d20d55955d0a9cec1df7490886c23 /chapter07/rcS.xml
parentb8273fbb08c7b988eb10a9fc3acfd2d85b55ed3f (diff)
This time got all of them & replaced with &amp; 's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/rcS.xml')
-rw-r--r--chapter07/rcS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/rcS.xml b/chapter07/rcS.xml
index 908059d04..7008504c6 100644
--- a/chapter07/rcS.xml
+++ b/chapter07/rcS.xml
@@ -30,7 +30,7 @@ trap ":" INT QUIT TSTP
for i in /etc/rcS.d/S??*
do
- [ ! -f "$i" ] && continue;
+ [ ! -f "$i" ] &amp;&amp; continue;
$i start
done