summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-26 07:30:55 +0200
committerAllan McRae <allan@archlinux.org>2013-06-26 07:30:55 +0200
commit93f9052557e6ccecaafbab4c3f47e14222cd96f1 (patch)
treec748d5d36c4937eeecec37e0a9dc5de9601e8047 /scripts
parent71328479f394e517ab7caeb168182c00b1704842 (diff)
parentaf1c9863838d82257d1eac6ddfccf699e3c3c302 (diff)
downloadpacman-93f9052557e6ccecaafbab4c3f47e14222cd96f1.tar.gz
pacman-93f9052557e6ccecaafbab4c3f47e14222cd96f1.tar.xz
Merge branch 'maint'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index f8bf8e61..2a391575 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -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