mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 18:58:57 -05:00
Shellcheck is just fucking with me...
This commit is contained in:
parent
5b98551425
commit
fc7c2fe300
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue