summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-03-30 13:39:22 +0100
committerFabian Groffen <grobian@gentoo.org>2024-03-30 13:39:22 +0100
commit8c71637fe91262dc2cdd948fe47c35c665c65eb2 (patch)
treeb41bd56e32c76e9404d0d6cabbcb22fdf9503aa5
parentscripts/bootstrap-prefix: shellcheck (diff)
downloadprefix-8c71637fe91262dc2cdd948fe47c35c665c65eb2.tar.gz
prefix-8c71637fe91262dc2cdd948fe47c35c665c65eb2.tar.bz2
prefix-8c71637fe91262dc2cdd948fe47c35c665c65eb2.zip
scripts/bootstrap-prefix: bleh, fix shellcheck
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
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