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