aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2014-06-22 02:08:37 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2014-06-22 02:08:37 +0000
commit9213296399a6eaca67185ca65e309e1e6b6518f3 (patch)
tree7205dc87e86f911a3643e919bd9fafc63ef0001f /gen_determineargs.sh
parentMake gen_minkernpackage use the same kernel naming as the normal path (kernca... (diff)
downloadgenkernel-9213296399a6eaca67185ca65e309e1e6b6518f3.tar.gz
genkernel-9213296399a6eaca67185ca65e309e1e6b6518f3.tar.bz2
genkernel-9213296399a6eaca67185ca65e309e1e6b6518f3.zip
Whitepace.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'gen_determineargs.sh')
-rwxr-xr-xgen_determineargs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index 615f2741..dc6b2c4d 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -4,7 +4,7 @@
get_KV() {
if [ "${KERNEL_SOURCES}" = '0' -a -e "${KERNCACHE}" ]
then
- /bin/tar -xj -C ${TEMP} -f ${KERNCACHE} kerncache.config
+ /bin/tar -xj -C ${TEMP} -f ${KERNCACHE} kerncache.config
if [ -e ${TEMP}/kerncache.config ]
then
VER=`grep ^VERSION\ \= ${TEMP}/kerncache.config | awk '{ print $3 };'`