| Tim Windelschmidt | f6c2cd2 | 2025-07-09 22:13:55 +0200 | [diff] [blame^] | 1 | #!/bin/sh |
| 2 | |||||
| 3 | # The exec-prefix is used by YACC to find Bison at runtime. | ||||
| 4 | # Since we don't exactly know that, we have to depend on an | ||||
| 5 | # environment variable we set in Bazel. | ||||
| 6 | exec "$BISON" -y "$@" | ||||