diff --git a/builder-chroot.sh b/builder-chroot.sh index 92e73f2..2466aef 100755 --- a/builder-chroot.sh +++ b/builder-chroot.sh @@ -39,9 +39,8 @@ main() { done done - echo "${repos[@]}" - for i in "${repos[@]}"; do + echo "$i" cd "${cfg_repos_dir}/${repo}" repo-add -n "${repo_name}.db.tar.gz" *.pkg.tar.xz done