mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 07:48:50 -05:00
Merge branch 'maint'
This commit is contained in:
commit
93f9052557
@ -2089,7 +2089,7 @@ install_package() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if ! run_pacman -U ${pkglist[@]}; then
|
if ! run_pacman -U "${pkglist[@]}"; then
|
||||||
warning "$(gettext "Failed to install built package(s).")"
|
warning "$(gettext "Failed to install built package(s).")"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user