(travis) Fix short-circuiting logic
[dbsrgits/DBIx-Class-Schema-Loader.git] / maint / travis-ci_scripts / 60_after_script.bash
index 4935763..78e7c51 100755 (executable)
@@ -4,7 +4,7 @@
 # The source-line calling this script is commented out in .travis.yml
 
 source maint/travis-ci_scripts/common.bash
-if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
+if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
 
 echo_err "Nothing to do"