diff --git a/check_groovyc.sh b/check_groovyc.sh index 77a1b33b..ea326b8d 100755 --- a/check_groovyc.sh +++ b/check_groovyc.sh @@ -81,6 +81,7 @@ echo # export functions to use in parallel export -f check_groovyc +export SHELL=/bin/bash # Debian docker container doesn't set this and defaults to sh, failing to find exported function set +eo pipefail tally="$(parallel -j "$parallelism" <<< "$tests")"