bison: replace the yacc script with one that does not hardcode the path (fixes #20605)
[openwrt/svn-archive/archive.git] / tools / bison / scripts / yacc
diff --git a/tools/bison/scripts/yacc b/tools/bison/scripts/yacc
new file mode 100755 (executable)
index 0000000..8f73e26
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec bison -y "$@"