Skip to content

Commit

Permalink
set -e conflicts with new sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Jan 26, 2010
1 parent e5eaff9 commit 4ea07a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions git-flow
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ main() {
exit 1
fi

# fail if a command failes
set -e

# run command
cmd_$ACTION "$@"
}
Expand Down

0 comments on commit 4ea07a2

Please sign in to comment.