Skip to content

Commit

Permalink
install.sh: Set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matsuyama committed Jun 30, 2016
1 parent 52183fe commit 75b9cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh -e

myname=$(basename "$0")
mydir=$(readlink -f "$(dirname "$0")")
Expand Down

0 comments on commit 75b9cbb

Please sign in to comment.