Skip to content

Commit

Permalink
fix shebang for older shells
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 13, 2014
1 parent 1f29d1f commit d2661e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion npm-diff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash

#
# npm-diff(1)
Expand All @@ -7,6 +7,8 @@
# (c) 2014 Segment.io <friends@segment.io>
#

set -e

# arguments

if [[ $# != 3 ]]; then
Expand Down

0 comments on commit d2661e5

Please sign in to comment.