Add missing space before closing ]

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@603 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 2c41576da4
commit a8cef1efa5

@ -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

@ -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}" \

Loading…
Cancel
Save