diff options
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |