From 282ebf3e58057c24f3ef40d734876d224bda3d61 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 29 Sep 2006 17:41:03 +0000 Subject: Fix broken [ -z "" ] test. Thanks to Volkov Peter for this patch from bug #149494. svn path=/main/trunk/; revision=4556 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index d093fe0b1..b577fa363 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -559,7 +559,7 @@ einstall() { fi if [ -f ./[mM]akefile -o -f ./GNUmakefile ] ; then - if [ ! -z "${PORTAGE_DEBUG}" ]; then + if [ "${PORTAGE_DEBUG}" == "1" ]; then make -n prefix=${D}/usr \ datadir=${D}/usr/share \ infodir=${D}/usr/share/info \ -- cgit v1.2.3-1-g7c22