From 15cfa1d19c7a843b0267bd24bb91d2e01f97692f Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 25 Dec 2014 23:12:22 -0200 Subject: [PATCH] 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. --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3