From fc7c2fe30061e66481559f3f589b66c84eadc06f Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 23 May 2023 19:32:24 -0400 Subject: [PATCH] Shellcheck is just fucking with me... --- cpstage4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpstage4.sh b/cpstage4.sh index fba53d3..c1980fa 100755 --- a/cpstage4.sh +++ b/cpstage4.sh @@ -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