diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 165ff67da..5bc3a6c37 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1092,7 +1092,7 @@ dyn_help() { debug-print() { # if $T isn't defined, we're in dep calculation mode and # shouldn't do anything - [ -z "$T" ] && return 0 + [ ! -d "$T" ] && return 0 while [ "$1" ]; do |