diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-01 00:13:05 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-01 00:13:05 +0000 |
commit | e25f27dd4e88b6129b03f3646007bde23a1ab02e (patch) | |
tree | f7208f148bc0581e1227b3b5ff39b7b2e76c3ae3 /chapter07/rc.xml | |
parent | a9e55e71a0a8a1dfa7e81e43fe0ba95b815e7992 (diff) |
changed $* to "$@"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/rc.xml')
-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 9299c2cfd..625df6bc7 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -61,7 +61,7 @@ print_error_msg() # startup() { - $debug $* + $debug "$@" } |