From 5875ffa3fe4ec090ba64a726314ab87f00023bd2 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 11 Mar 2004 08:03:44 +0000 Subject: Patch from "Kevin P. Fleming" . Provides a script for yacc in terms of bison instead of a symlink. --- sources/yacc | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 sources/yacc (limited to 'sources') diff --git a/sources/yacc b/sources/yacc new file mode 100755 index 000000000..aed120e88 --- /dev/null +++ b/sources/yacc @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/bison -y "$@" -- cgit v1.2.3