(travis) Fix short-circuiting logic
[dbsrgits/DBIx-Class-Schema-Loader.git] / maint / travis-ci_scripts / 50_after_success.bash
index 3c0e4bd..0272590 100755 (executable)
@@ -6,7 +6,7 @@
 # this file is executed in a subshell - set up the common stuff
 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"