From: Tim Yamin Date: Thu, 22 Jul 2004 18:33:19 +0000 (+0000) Subject: Fix for bug #57865. Thanks to Martin Parm for the patch! X-Git-Tag: v3.4.10.902~634 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=691f9b227b446670fd93e94bf929e4d8a9277e7b;p=genkernel.git Fix for bug #57865. Thanks to Martin Parm for the patch! git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@118 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_compile.sh b/gen_compile.sh index 2d226f9..5b37294 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -392,7 +392,7 @@ compile_dietlibc() { BUILD_DIETLIBC=0 [ ! -f "${DIETLIBC_BINCACHE}" ] && BUILD_DIETLIBC=1 [ ! -f "${DIETLIBC_BINCACHE_TEMP}" ] && BUILD_DIETLIBC=1 - if [ "${BUILD_DIETLIBC}" ] + if ! isTrue "${BUILD_DIETLIBC}" then ORIGTEMP=`cat "${DIETLIBC_BINCACHE_TEMP}"` if [ "${TEMP}" != "${ORIGTEMP}" ]