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

In preparation for expanding autogen.sh.
pull/323/head
Josh Triplett 11 years ago
parent f80b723c66
commit 97d285ab51

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

Loading…
Cancel
Save