From 877f2972d4d8f63644f18688cff7efd7ce280f2b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Sep 2015 21:10:48 +0000 Subject: bison: replace the yacc script with one that does not hardcode the path (fixes #20605) Signed-off-by: Felix Fietkau SVN-Revision: 47050 --- tools/bison/scripts/yacc | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tools/bison/scripts/yacc (limited to 'tools/bison/scripts') diff --git a/tools/bison/scripts/yacc b/tools/bison/scripts/yacc new file mode 100755 index 0000000000..8f73e26fb1 --- /dev/null +++ b/tools/bison/scripts/yacc @@ -0,0 +1,2 @@ +#!/bin/sh +exec bison -y "$@" -- cgit v1.2.3