build-sys: set -e separately, rather than putting -e in the shebang line
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 26 Dec 2014 01:12:22 +0000 (23:12 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 26 Dec 2014 01:41:34 +0000 (23:41 -0200)
Like a008d76 (autogen.sh: set -e separately, rather than putting -e in
the shebang line) in libabc by Josh Triplett.

bootstrap

index e6d8260..d50dae9 100755 (executable)
--- 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