summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-07-24 16:05:57 (GMT)
committerThomas Haller <thaller@redhat.com>2023-07-24 16:19:50 (GMT)
commit2fa73ce04788120470dcfda2710f8727dc2cf97b (patch)
tree3bc4933a7f94dca84e6ea5463a62eedba384fd34 /doc
parentfc7862967aba0e15f29a5fcf0af67f2b8e540a3d (diff)
downloadlibnl-2fa73ce04788120470dcfda2710f8727dc2cf97b.zip
libnl-2fa73ce04788120470dcfda2710f8727dc2cf97b.tar.gz
libnl-2fa73ce04788120470dcfda2710f8727dc2cf97b.tar.bz2
build: ensure "autogen.sh" scripts fail on error
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/autogen.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/autogen.sh b/doc/autogen.sh
index a569614..1122a8e 100755
--- a/doc/autogen.sh
+++ b/doc/autogen.sh
@@ -1,4 +1,6 @@
#!/bin/bash
-autoreconf -fi;
-rm -Rf autom4te.cache;
+set -e
+
+autoreconf -fi
+rm -rf autom4te.cache