task_lint.sh
2.06 KB
-
[CI] Fix shell script exit codes (#3329) · ce90f0d0
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.
Marcus Shawcroft committed