From fad6df6eaf7b0c055ad2980330ececb1ab3f3af6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 14:56:28 +0000 Subject: abuild: minor bugfix --- abuild.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index d4b0a0f..f6f238b 100755 --- a/abuild.in +++ b/abuild.in @@ -741,7 +741,8 @@ builddeps() { # find dependencies that are installed but missing in repo. for i in $deps; do - if [ -z "$(apk search --repo "$apkcache" $i)" ]; then + local m=$(apk search --repo "$apkcache" $i) + if [ -z "$m" ]; then missing="$missing $i" fi done -- cgit v1.2.3-70-g09d2