Fix for bug #57865. Thanks to Martin Parm for the patch!
authorTim Yamin <plasmaroo@gentoo.org>
Thu, 22 Jul 2004 18:33:19 +0000 (18:33 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Thu, 22 Jul 2004 18:33:19 +0000 (18:33 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@118 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh

index 2d226f95317f38f6566397f786e964796d993afa..5b37294dcb49ec63854de365296e54f85fe67e3a 100644 (file)
@@ -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}" ]