ITS#10221 - Remove extraneous quote

This commit is contained in:
Quanah Gibson-Mount 2024-06-03 15:08:22 +00:00
parent e088fb6e6f
commit 7bc97addc8

View file

@ -746,7 +746,7 @@ if test $ol_enable_perl != no ; then
PERL_CPPFLAGS="$PERL_CPPFLAGS $opt"
done
PERL_LDFLAGS=""
for opt in `$PERLBIN" -MExtUtils::Embed -e ldopts`; do
for opt in `$PERLBIN -MExtUtils::Embed -e ldopts`; do
case "$opt" in
"-lc" )
continue;;