Add missing space before closing ]
authorAndrew Gaffney <agaffney@gentoo.org>
Wed, 20 Feb 2008 15:37:41 +0000 (15:37 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Wed, 20 Feb 2008 15:37:41 +0000 (15:37 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@603 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
gen_package.sh

index bba35b199a8663cea045c6ac107bf354abea49e8..bb9c002d87c7645c656e2a940bab302c00270271 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
+  Add missing space before closing ]
+
   19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
   Apply patch from bug 210457 to fix variable substitution. Thanks to Paul
   Taylor <birder@ozemail.com.au> for reporting
index 84b1eb88a9e44ff04e76892565e166cd381211bd..a4e9bd2612baf7fcdce184fc019f3e3ffe76353c 100644 (file)
@@ -98,7 +98,7 @@ gen_kerncache_extract_kernel()
                "${TEMP}/kernel-${ARCH}-${KV}" \
                "kernel-${KNAME}-${ARCH}-${KV}"
 
-       if [ "${ENABLE_PEGASOS_HACKS}" = 'yes']
+       if [ "${ENABLE_PEGASOS_HACKS}" = 'yes' ]
        then
                copy_image_with_preserve "kernelz" \
                        "${TEMP}/kernelz-${ARCH}-${KV}" \