Shellcheck is just fucking with me...

This commit is contained in:
Horea Christian 2023-05-23 19:32:24 -04:00
parent 5b98551425
commit fc7c2fe300

View file

@ -130,7 +130,7 @@ then
then
PORTAGEQ_REPOS=$(portageq get_repos /)
for i in ${PORTAGEQ_REPOS}; do
EXCLUDES+=("--exclude="$(portageq get_repo_path / "${i}")/*)
EXCLUDES+=("--exclude=$(portageq get_repo_path / $i)/*")
done
EXCLUDES+=("--exclude=$(portageq distdir)/*")
else