Files
bison/tests/bison.in
Akim Demaille 2c0ddf03ab Word changes.
2004-10-05 09:58:58 +00:00

9 lines
275 B
Plaintext

#! @SHELL@
# @configure_input@
# Wrapper around a non installed bison to make it work as an installed one.
# Use the shipped files, not those installed.
BISON_PKGDATADIR='@abs_top_srcdir@/data'
export BISON_PKGDATADIR
exec $PREBISON '@abs_top_builddir@/src/bison' ${1+"$@"}