commit: 8c71637fe91262dc2cdd948fe47c35c665c65eb2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Mar 30 12:39:22 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Mar 30 12:39:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8c71637f
scripts/bootstrap-prefix: bleh, fix shellcheck Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 447f81274c..ab724b4c70 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#shellcheck disable=SCSC1091,SC2016,SC2030,SC2031,SC2038,SC2185,SC2120 +#shellcheck disable=SC1091,SC2016,SC2030,SC2031,SC2038,SC2185,SC2120 # Copyright 2006-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2
