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[@]}"