bison: replace the yacc script with one that does not hardcode the path (fixes #20605)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47050master
parent
a883639e92
commit
877f2972d4
@ -0,0 +1,2 @@ |
||||
#!/bin/sh |
||||
exec bison -y "$@" |
Loading…
Reference in new issue