Skip to content

Commit

Permalink
autogen.sh: Use set -e to fail if any command fails
Browse files Browse the repository at this point in the history
In preparation for expanding autogen.sh.
  • Loading branch information
joshtriplett committed Nov 28, 2013
1 parent f80b723 commit 97d285a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
@@ -1,2 +1,3 @@
#!/bin/sh
set -e
autoreconf -vif

0 comments on commit 97d285a

Please sign in to comment.