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
@@ -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