aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Triplett <[email protected]>2013-11-27 17:24:26 -0800
committerJosh Triplett <[email protected]>2013-11-27 17:24:26 -0800
commit97d285ab513abb6d823e97e835a79a516fcced92 (patch)
tree2347cdac5c7cbe99646bda22db27cefeeae8af77 /autogen.sh
parentautogen.sh: Add a /bin/sh shebang. (diff)
downloaddiscoin-97d285ab513abb6d823e97e835a79a516fcced92.tar.xz
discoin-97d285ab513abb6d823e97e835a79a516fcced92.zip
autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 5a29d5f38..3aa140188 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,2 +1,3 @@
#!/bin/sh
+set -e
autoreconf -vif