X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fcis-kernel;h=acc2b8b1819abbdd6bee852ff0d48a4d6fa55866;hb=d9a5344c1aa683d051d1a1d5e87f0bba317e299a;hp=6e2113a2be438f7840348419a2214276aef9d688;hpb=f9cf3632a64429991fa5e6f556b0c4017e0e9435;p=hvlinux.git diff --git a/stage2/cis-kernel b/stage2/cis-kernel index 6e2113a..acc2b8b 100755 --- a/stage2/cis-kernel +++ b/stage2/cis-kernel @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o errexit # Reading system configuration informations, functions and package versions. @@ -28,7 +28,7 @@ rm -rf dest VERSION=$(get_pkg_ver ${PACKAGE}) SCRIPT=/usr/src/compile-kernel -echo "#!/bin/sh" > ${SCRIPT} +echo "#!/bin/bash" > ${SCRIPT} echo "KERNEL_VERSION=${VERSION}" >> ${SCRIPT} echo "KERNEL_NAME=clfs-\${KERNEL_VERSION}" >> ${SCRIPT} echo "DEST=/boot" >> ${SCRIPT}