commit: 198171d5f421bdf77b91f1acf9830690fa69fb12 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Mar 30 11:59:03 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Mar 30 11:59:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=198171d5
scripts/auto-bootstraps/process_uploads: silence SC1091 the local script being sourced is supposed for local instance overrides, and thus not available in the tree Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/auto-bootstraps/process_uploads.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/auto-bootstraps/process_uploads.sh b/scripts/auto-bootstraps/process_uploads.sh index fae40dddef..8a71d296a4 100755 --- a/scripts/auto-bootstraps/process_uploads.sh +++ b/scripts/auto-bootstraps/process_uploads.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +#shellcheck disable=SC1091 UPLOADDIR="./uploads" RESULTSDIR="./results"
