# HG changeset patch # User Franz Glasner # Date 1727788936 -7200 # Node ID 3395d7e9cd15ed63b014ce88f4b9cdfb0397eebe # Parent b9194bec5504704fa0ca321967ead3f2ccedd951 common.subr: Use a simpler separator (":" instead of a dummy function) to make the first shellcheck directive local diff -r b9194bec5504 -r 3395d7e9cd15 share/local-bsdtools/common.subr --- a/share/local-bsdtools/common.subr Tue Oct 01 15:10:14 2024 +0200 +++ b/share/local-bsdtools/common.subr Tue Oct 01 15:22:16 2024 +0200 @@ -12,13 +12,7 @@ #: -#: -#: Dummy function to make the first "shellcheck" directive below non-global -#: for this file. -#: -__dummy_for_shellcheck_must_be_first_function_in_common_subr() { - : -} +: # Dummy separator for shellcheck: no module-wide settings below this line # shellcheck disable=SC2223 # quote