1 #! /bin/sh 2 # tests/bison. Generated from bison.in by configure. 3 # Wrapper around a non installed bison to make it work as an installed one. 4 5 # Use the shipped files, not those installed. 6 BISON_PKGDATADIR='/usr/local/google/workspace/WebKit/tools/bison-2.3/tests/../data' 7 export BISON_PKGDATADIR 8 exec $PREBISON '/usr/local/google/workspace/WebKit/tools/bison-2.3/tests/.././src/bison' ${1+"$@"} 9