blob: b6ff3669495b300a3a0c94d66c07ee0bab049868 [file] [log] [blame]
Tim Windelschmidtf6c2cd22025-07-09 22:13:55 +02001#!/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.
6exec "$BISON" -y "$@"