diff --git a/Mk/Scripts/all-depends-list.sh b/Mk/Scripts/all-depends-list.sh index 982878dff556..6afcac26b606 100644 --- a/Mk/Scripts/all-depends-list.sh +++ b/Mk/Scripts/all-depends-list.sh @@ -26,7 +26,7 @@ check_dep() { *\ ${d}\ *) continue ;; # Already checked esac checked="${checked} ${d}" - if [ ! -d ]; then + if [ ! -d ${d} ]; then echo "${dp_PKGNAME}: \"${d}\" non-existent -- dependency list incomplete" >&2 continue fi