Put "set -e" after the license header
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 13 Sep 2011 10:56:26 +0000 (12:56 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 13 Sep 2011 10:56:26 +0000 (12:56 +0200)
kboot-mkconfig

index 276d58c..5601749 100755 (executable)
@@ -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