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