Unverified Commit 1341c609 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

build-support: Use equivalent valid exit code
parents b5a51ad9 2a028c4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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