blob: b6ff3669495b300a3a0c94d66c07ee0bab049868 [file] [log] [blame]
#!/bin/sh
# The exec-prefix is used by YACC to find Bison at runtime.
# Since we don't exactly know that, we have to depend on an
# environment variable we set in Bazel.
exec "$BISON" -y "$@"