diff options
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 9299c2cfd..625df6bc7 100644 --- a/chapter07/rc.xml +++ b/chapter07/rc.xml @@ -61,7 +61,7 @@ print_error_msg() # startup() { - $debug $* + $debug "$@" } |