autogen.sh: Use set -e to fail if any command fails

In preparation for expanding autogen.sh.
This commit is contained in:
Josh Triplett 2013-11-27 17:24:26 -08:00
parent f80b723c66
commit 97d285ab51

View file

@ -1,2 +1,3 @@
#!/bin/sh
set -e
autoreconf -vif