Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
778649edf3e2083b35300238635d315100e5f1b8
/
.
/
build
/
toolchain
/
toolchain-bundle
/
pkgs
/
bison
/
yacc.in
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
"$@"