From c54a9b176d36b768948322d26c7c4ec3f103e2fa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 16 Jul 2011 19:26:04 +0200 Subject: add small yacc wrapper --- package/bison/files/yacc | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 package/bison/files/yacc (limited to 'package/bison/files/yacc') diff --git a/package/bison/files/yacc b/package/bison/files/yacc new file mode 100755 index 000000000..8681b8f54 --- /dev/null +++ b/package/bison/files/yacc @@ -0,0 +1,2 @@ +#!/bin/sh +bison -y "$@" -- cgit v1.2.3