diff options
-rwxr-xr-x | bin/ebuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |