set -e conflicts with new sanity checks
diff --git a/git-flow b/git-flow
index d7cee2d..7a5c4cc 100755
--- a/git-flow
+++ b/git-flow
@@ -65,9 +65,6 @@
 		exit 1
 	fi
 
-	# fail if a command failes
-	set -e
-
 	# run command
 	cmd_$ACTION "$@"
 }