From a33e309c4c7f805041e767ca0ec59dbce009e0cf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Jul 2023 07:50:31 -0300 Subject: bin/gc: Allow word splitting (ShellCheck offense) --- bin/gc | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/gc') diff --git a/bin/gc b/bin/gc index 25c5b5e..c7c0334 100755 --- a/bin/gc +++ b/bin/gc @@ -149,6 +149,7 @@ vcs ' if [ $# -eq 0 ]; then + # shellcheck disable=2086 set -- $TYPES fi -- cgit v1.2.3