1
0
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:
Baptiste Daroussin 2020-03-10 14:22:50 +00:00
parent 89f178ab02
commit 2e173a6661
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528174

View File

@ -16,4 +16,4 @@ for arg; do
*) args="$args $arg" ;;
esac
done
exec byacc -L $args $inputfile
exec byacc $args $inputfile