kumquat-buildroot/sources/yacc
Manuel Novoa III 5875ffa3fe Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.
Provides a script for yacc in terms of bison instead of a symlink.
2004-03-11 08:03:44 +00:00

3 lines
38 B
Bash
Executable File

#!/bin/sh
exec /usr/bin/bison -y "$@"