diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-16 19:26:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-16 19:26:04 +0200 |
commit | c54a9b176d36b768948322d26c7c4ec3f103e2fa (patch) | |
tree | c4e66f56faee83357eece00419ec95c8cc7ecdcf /package/bison/files/yacc | |
parent | 3e2a35ff753caf8588684daa864e75ed55a9d193 (diff) |
add small yacc wrapper
Diffstat (limited to 'package/bison/files/yacc')
-rwxr-xr-x | package/bison/files/yacc | 2 |
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 "$@" |