Merge branch 'maint'
This commit is contained in:
commit
93f9052557
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue