diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-17 13:58:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-17 13:58:26 +0000 |
commit | e0f546896f472513ddd675a8792db6fb86f06415 (patch) | |
tree | 5f29809b3b068aae22de19f0fafeb53569705097 /abuild.in | |
parent | 5b8d1709da7b838741e8e5bc4bd72022b8db1f57 (diff) | |
download | abuild-e0f546896f472513ddd675a8792db6fb86f06415.tar.gz abuild-e0f546896f472513ddd675a8792db6fb86f06415.tar.bz2 abuild-e0f546896f472513ddd675a8792db6fb86f06415.tar.xz abuild-e0f546896f472513ddd675a8792db6fb86f06415.zip |
abuild: no missing dependencies might happen
Diffstat (limited to 'abuild.in')
-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 ' |