kboot-mkconfig: fix a typo
[kboot-utils.git] / kboot-mkconfig
index 276d58c..9d89acf 100755 (executable)
@@ -1,10 +1,8 @@
 #! /bin/sh
 #! /bin/sh
-set -e
-
 # Generate kboot.conf by inspecting /boot contents.
 # Copyright (C) 2011  Antonio Ospite <ospite@studenti.unina.it>
 #
 # Generate kboot.conf by inspecting /boot contents.
 # Copyright (C) 2011  Antonio Ospite <ospite@studenti.unina.it>
 #
-# Inspired by kboot-mkconfig
+# Inspired by grub-mkconfig
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,8 +17,10 @@ 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/>.
 
 # 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_NAME=kboot-mkconfig
-PACKAGE_VERSION=0.1
+PACKAGE_VERSION=0.2
 
 prefix=/usr
 exec_prefix=${prefix}
 
 prefix=/usr
 exec_prefix=${prefix}