build-support: Use equivalent valid exit code
`exit -1` is equivalent to `exit 255`, since Bash does modulo 256 on thenumber.As per ShellCheck:> SC2242 (error): Can only exit with status 0-255. Other data should be> written to stdout/stderr.
Victor Engmark 3 years ago 2a028c4f 58503867