From 691f9b227b446670fd93e94bf929e4d8a9277e7b Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Thu, 22 Jul 2004 18:33:19 +0000 Subject: [PATCH] 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 --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" ] -- 2.26.2