summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2014-12-25 23:12:22 -0200
committerLucas De Marchi <lucas.demarchi@intel.com>2014-12-25 23:41:34 -0200
commit15cfa1d19c7a843b0267bd24bb91d2e01f97692f (patch)
tree7de8f46590f8c2e8b11729d94c4668ad4eb7d6b5
parentdd66ff3a147e8b9b372db94a7b2f4e3541bfbe29 (diff)
downloadkmod-15cfa1d19c7a843b0267bd24bb91d2e01f97692f.tar.gz
kmod-15cfa1d19c7a843b0267bd24bb91d2e01f97692f.tar.bz2
kmod-15cfa1d19c7a843b0267bd24bb91d2e01f97692f.zip
build-sys: set -e separately, rather than putting -e in the shebang line
Like a008d76 (autogen.sh: set -e separately, rather than putting -e in the shebang line) in libabc by Josh Triplett.
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index e6d8260..d50dae9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
autoreconf --install --symlink