1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-11 10:06:25 +02:00
openwrt/tools/bison/scripts/yacc
Felix Fietkau 877f2972d4 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: 47050
2015-09-26 21:10:48 +00:00

3 lines
29 B
Bash
Executable File

#!/bin/sh
exec bison -y "$@"