Skip to content

Commit 8dc8b97

Browse files
Ludovic RousseauPeter Stuge
authored andcommitted
autogen.sh: Exit script on first error
libusbx.git commit c74fe3ab703a28c6d8c3755213e3736c5d1eb35e
1 parent d8e35a5 commit 8dc8b97

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,4 +1,5 @@
11
#!/bin/sh
2+
set -e
23

34
# use libtoolize if available, otherwise look for glibtoolize (darwin)
45
if (libtoolize --version) < /dev/null > /dev/null 2>&1; then

0 commit comments

Comments
 (0)