Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
01491a7c7ae539a90756fa3a210cf08cbe450856
/
.
/
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
"$@"