diff options
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -693,7 +693,7 @@ depparse_aports() { deptrace() { local deps="$@" - [ -z "$deps" ] && die "should not happen" + [ -z "$deps" ] && return 0 ( depparse_aports if [ -z "$upgrade" ]; then # list installed pkgs and prefix with 'i ' |