summaryrefslogtreecommitdiff
path: root/package/bison/files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-07-16 19:26:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-07-16 19:26:04 +0200
commitc54a9b176d36b768948322d26c7c4ec3f103e2fa (patch)
treec4e66f56faee83357eece00419ec95c8cc7ecdcf /package/bison/files
parent3e2a35ff753caf8588684daa864e75ed55a9d193 (diff)
add small yacc wrapper
Diffstat (limited to 'package/bison/files')
-rwxr-xr-xpackage/bison/files/yacc2
1 files changed, 2 insertions, 0 deletions
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 "$@"