diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 21:47:27 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 21:47:27 +0000 |
commit | 43458b49099f0437f41e024e5d4773223cdd66e3 (patch) | |
tree | 6c725cf0307c663b87afb5209f55757e6bb31bf0 /chapter07 | |
parent | 06d7c83836e734ea01253a68a551d4b7cc143c33 (diff) |
Update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/rc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/rc.xml b/chapter07/rc.xml index 3838a1584..7fcf4d71e 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -63,7 +63,7 @@ print_error_msg() # startup() { -$debug $* + $debug $* } |