Skip to content

Commit

Permalink
check-fmt: remove -e from bash call
Browse files Browse the repository at this point in the history
Sometimes, vet will return non-zero status. We already handle failures
using the $status variable.
  • Loading branch information
Francisco Souza committed Jun 3, 2013
1 parent d16a424 commit 6534ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-fmt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash

# Copyright 2013 tsuru authors. All rights reserved.
# Use of this source code is governed by a BSD-style
Expand Down

0 comments on commit 6534ee9

Please sign in to comment.