diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-09 12:29:42 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-09 12:29:42 +0000 |
commit | 59f9e2d3212f2926a78c4e79de2f6c1e85327b80 (patch) | |
tree | 8fb144351d320ae0f3350609376e5ae8543f3f5d /chapter06 | |
parent | 135ea89dc1d2efda30596a07b98b18b4f5908712 (diff) |
Changed $@ into "$@" (with quotes)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@131 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison-inst.sgml | 2 |
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> |