mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
[Bug 138] add exec to yacc script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
16a886a565
commit
36c9927f02
@ -20,7 +20,7 @@ following:</para>
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Begin /usr/bin/yacc
|
# Begin /usr/bin/yacc
|
||||||
|
|
||||||
/usr/bin/bison -y "$@"
|
exec /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