From 028141bcb63902118dcb1f19c38df0b1b9de8ddf Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 13 Sep 2011 12:56:26 +0200 Subject: [PATCH] Put "set -e" after the license header --- kboot-mkconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kboot-mkconfig b/kboot-mkconfig index 276d58c..5601749 100755 --- a/kboot-mkconfig +++ b/kboot-mkconfig @@ -1,6 +1,4 @@ #! /bin/sh -set -e - # Generate kboot.conf by inspecting /boot contents. # Copyright (C) 2011 Antonio Ospite # @@ -19,6 +17,8 @@ set -e # You should have received a copy of the GNU General Public License # along with this software. If not, see . +set -e + PACKAGE_NAME=kboot-mkconfig PACKAGE_VERSION=0.1 -- 2.1.4