From a05bba76435d94407fd25549d0552902962baf62 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 27 May 2010 15:11:03 +0200 Subject: Fix handling of empty third argument of use_with() and use_enable(). --- bin/ebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 4778afbe9..b46d14a63 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -230,7 +230,7 @@ use_with() { return 1 fi - local UW_SUFFIX=${3:+=$3} + local UW_SUFFIX=${3+=$3} local UWORD=${2:-$1} if useq $1; then @@ -248,7 +248,7 @@ use_enable() { return 1 fi - local UE_SUFFIX=${3:+=$3} + local UE_SUFFIX=${3+=$3} local UWORD=${2:-$1} if useq $1; then -- cgit v1.2.3-1-g7c22