Add an explicit "exit 0" to the shell scripts. This worked more or less by
coincidence before since shell scripts return the exit code of the last command run if there is no explicit exit statement.
This commit is contained in:
1
.github/checks/sorted.sh
vendored
1
.github/checks/sorted.sh
vendored
@@ -36,3 +36,4 @@ function checkarray_quoted_name
|
||||
for N in `grep -rl "BEGIN SORTED.SH" "$CHECK_DIR"`; do
|
||||
checkarray_quoted_name $N
|
||||
done
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user