diff --git a/script.sh b/script.sh index 702d987..8e5e80c 100755 --- a/script.sh +++ b/script.sh @@ -56,7 +56,7 @@ then fi rc=$?; -if [[ $rc != 0 ]]; +if [[ $rc != 0 ]] then echo "> non-zero exit code $rc" && exit $rc