From: Antonio Ospite <ospite@studenti.unina.it>
Date: Tue, 13 Sep 2011 10:56:26 +0000 (+0200)
Subject: Put "set -e" after the license header
X-Git-Tag: v0.1~3
X-Git-Url: https://git.ao2.it/kboot-utils.git/commitdiff_plain/028141bcb63902118dcb1f19c38df0b1b9de8ddf?ds=sidebyside

Put "set -e" after the license header
---

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 <ospite@studenti.unina.it>
 #
@@ -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 <http://www.gnu.org/licenses/>.
 
+set -e
+
 PACKAGE_NAME=kboot-mkconfig
 PACKAGE_VERSION=0.1