diff --git a/ChangeLog b/ChangeLog index bba35b1..bb9c002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Feb 2008; Andrew Gaffney gen_package.sh: + Add missing space before closing ] + 19 Feb 2008; Andrew Gaffney generic/initrd.scripts: Apply patch from bug 210457 to fix variable substitution. Thanks to Paul Taylor for reporting diff --git a/gen_package.sh b/gen_package.sh index 84b1eb8..a4e9bd2 100644 --- a/gen_package.sh +++ b/gen_package.sh @@ -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}" \