1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-21 23:38:49 -05:00

Merge branch 'maint'

This commit is contained in:
Allan McRae 2013-06-26 15:30:55 +10:00
commit 93f9052557

View File

@ -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