Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Fix shell script exit codes (apache#3329)
The exist code of a posix compilant shell is 0..255. Attempting to return -1 will error in some shells and implicitly cast to 255 in others. Fix it by returning a legal return value.
- Loading branch information