projects
/
kboot-utils.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8814886
)
Put "set -e" after the license header
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 13 Sep 2011 10:56:26 +0000
(12:56 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Tue, 13 Sep 2011 10:56:26 +0000
(12:56 +0200)
kboot-mkconfig
patch
|
blob
|
history
diff --git
a/kboot-mkconfig
b/kboot-mkconfig
index
276d58c
..
5601749
100755
(executable)
--- 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