summaryrefslogtreecommitdiff
path: root/makechrootpkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r--makechrootpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 2740f0f..a0a95a7 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -392,7 +392,7 @@ else
warning "Skipped checkpkg due to missing repo packages"
exit 0
fi
- for remotepkg in ${remotepkgs[@]}; do
+ for remotepkg in "${remotepkgs[@]}"; do
[[ $remotepkg == file://* ]] && continue
msg2 "Downloading current versions"
pacman --noconfirm -Swdd --logfile /dev/null "${pkgnames[@]}"