svn commit: r528174 - head/Mk/Wrappers

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 10 14:22:51 UTC 2020


Author: bapt
Date: Tue Mar 10 14:22:50 2020
New Revision: 528174
URL: https://svnweb.freebsd.org/changeset/ports/528174

Log:
  Remove the -L argument that crept in by accident

Modified:
  head/Mk/Wrappers/bison

Modified: head/Mk/Wrappers/bison
==============================================================================
--- head/Mk/Wrappers/bison	Tue Mar 10 14:21:45 2020	(r528173)
+++ head/Mk/Wrappers/bison	Tue Mar 10 14:22:50 2020	(r528174)
@@ -16,4 +16,4 @@ for arg; do
 	*) args="$args $arg" ;;
 	esac
 done
-exec byacc -L $args $inputfile
+exec byacc $args $inputfile


More information about the svn-ports-head mailing list