summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index a121dc5..bf3f505 100755
--- a/abuild.in
+++ b/abuild.in
@@ -415,7 +415,7 @@ trace_apk_deps() {
error "Could not find dependency for $i"
return 1
fi
- if grep -w "^depend = $found" "$dir"/.PKGINFO >/dev/null ; then
+ if grep -w "^depend = ${found}$" "$dir"/.PKGINFO >/dev/null ; then
warning "You can remove '$found' from depends"
continue
fi