Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
4bd25e8621d42bdff3d9966a43be14f99f4fe752
/
.
/
third_party
/
nix
/
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
"$@"