Merge pull request #203561 from l0b0/fix/macos-sierra-reexport-hack-SC2242

build-support: Use equivalent valid exit code
This commit is contained in:
figsoda 2022-11-29 11:41:21 -05:00 committed by GitHub
commit 1341c60941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ while (( "${#norm[@]}" )); do
norm=("${norm[@]:1}")
else
echo "ld-wrapper: Internal Error: Invalid normalized argument" >&2
exit -1
exit 255
fi
;;
esac