aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bison-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bison-inst.sgml')
-rw-r--r--chapter06/bison-inst.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison-inst.sgml b/chapter06/bison-inst.sgml
index dd620f66b..6d44ec182 100644
--- a/chapter06/bison-inst.sgml
+++ b/chapter06/bison-inst.sgml
@@ -33,7 +33,7 @@ following:
#!/bin/sh
# Begin /usr/bin/yacc
-/usr/bin/bison -y $@
+/usr/bin/bison -y "$@"
# End /usr/bin/yacc
<userinput>EOF</userinput>