X-Git-Url: https://git.ao2.it/kboot-utils.git/blobdiff_plain/a59c14b051419610776cd7c9a35831c8864739ac..de2287f330a9c5ed89e706206b1d02b7f2cdcb4d:/kboot-mkconfig?ds=inline

diff --git a/kboot-mkconfig b/kboot-mkconfig
index 276d58c..7a68a5e 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,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/>.
 
+set -e
+
 PACKAGE_NAME=kboot-mkconfig
-PACKAGE_VERSION=0.1
+PACKAGE_VERSION=0.1a
 
 prefix=/usr
 exec_prefix=${prefix}