From: Lucas De Marchi Date: Fri, 26 Dec 2014 01:12:22 +0000 (-0200) Subject: build-sys: set -e separately, rather than putting -e in the shebang line X-Git-Tag: v20~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15cfa1d19c7a843b0267bd24bb91d2e01f97692f;p=thirdparty%2Fkmod.git 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. --- diff --git a/bootstrap b/bootstrap index e6d8260d..d50dae98 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