Skip to content

Commit 8c71637

Browse files
committed
scripts/bootstrap-prefix: bleh, fix shellcheck
Signed-off-by: Fabian Groffen <[email protected]>
1 parent 9473056 commit 8c71637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-prefix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
#shellcheck disable=SCSC1091,SC2016,SC2030,SC2031,SC2038,SC2185,SC2120
2+
#shellcheck disable=SC1091,SC2016,SC2030,SC2031,SC2038,SC2185,SC2120
33
# Copyright 2006-2024 Gentoo Authors
44
# Distributed under the terms of the GNU General Public License v2
55

0 commit comments

Comments
 (0)