diff options
Diffstat (limited to 'chapter07/rcS.xml')
-rw-r--r-- | chapter07/rcS.xml | 2 |
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" ] && continue; $i start done |