mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Remove the -L argument that crept in by accident
This commit is contained in:
parent
89f178ab02
commit
2e173a6661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528174
@ -16,4 +16,4 @@ for arg; do
|
||||
*) args="$args $arg" ;;
|
||||
esac
|
||||
done
|
||||
exec byacc -L $args $inputfile
|
||||
exec byacc $args $inputfile
|
||||
|
Loading…
Reference in New Issue
Block a user