mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
makepkg.sh.in - fix remove_deps test for deps to be removed
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
17e71fc908
commit
0fdf0b19ce
@ -519,7 +519,7 @@ remove_deps() {
|
||||
local deplist
|
||||
deplist=($(grep -xvFf <(printf "%s\n" "${original_pkglist[@]}") \
|
||||
<(printf "%s\n" "${current_pkglist[@]}") || true))
|
||||
if [[ -n deplist ]]; then
|
||||
if [[ -z deplist ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user