makepkg: remove dead code from handle_deps
The error message that has been removed never gets to print because, given the same condition, handle_deps throws the same error and then immediately exits makepkg. Signed-off-by: Andres P <aepd87@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
579533d1a0
commit
889c260cbf
1 changed files with 0 additions and 2 deletions
|
@ -447,8 +447,6 @@ resolve_deps() {
|
|||
# check deps again to make sure they were resolved
|
||||
deplist="$(set +E; check_deps $*)" || exit 1
|
||||
[[ -z $deplist ]] && return $R_DEPS_SATISFIED
|
||||
elif (( DEP_BIN )); then
|
||||
error "$(gettext "Failed to install all missing dependencies.")"
|
||||
fi
|
||||
|
||||
msg "$(gettext "Missing Dependencies:")"
|
||||
|
|
Loading…
Add table
Reference in a new issue