mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Changed $* into $@ - $@ is needed when quoted arguments with blanks are used
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2c6bec982b
commit
417883205c
@ -33,7 +33,7 @@ following:
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Begin /usr/bin/yacc
|
# Begin /usr/bin/yacc
|
||||||
|
|
||||||
/usr/bin/bison -y $*
|
/usr/bin/bison -y $@
|
||||||
|
|
||||||
# End /usr/bin/yacc
|
# End /usr/bin/yacc
|
||||||
<userinput>EOF</userinput>
|
<userinput>EOF</userinput>
|
||||||
|
Loading…
Reference in New Issue
Block a user