index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2019-11-30 13:44:02 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-11-30 13:44:02 +0100 |
commit | 8d99df602d6e5fc377a37f67d0e5ce74c8facecd (patch) | |
tree | edad0f67dc72bdfe53a48a3c19c1ea9df1df258d /makechrootpkg.in | |
parent | 4c803b9db8f6395c610c96bd090d1ba2ced82a9c (diff) |
-rw-r--r-- | makechrootpkg.in | 2 |
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[@]}" |