Skip to content

Commit 97d285a

Browse files
committed
autogen.sh: Use set -e to fail if any command fails
In preparation for expanding autogen.sh.
1 parent f80b723 commit 97d285a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autogen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
set -e
23
autoreconf -vif

0 commit comments

Comments
 (0)