# HG changeset patch # User Franz Glasner # Date 1726392998 -7200 # Node ID 31b5c10ae1d42f8390db6e351119013cab11ca47 # Parent 060e2eb8e4f642f396676fd40a917b5bb1eb8480 .shellcheckrc: Comment on reasons: FreeBSD has this non-required features in POSIX shells diff -r 060e2eb8e4f6 -r 31b5c10ae1d4 .shellcheckrc --- a/.shellcheckrc Sun Sep 15 11:28:51 2024 +0200 +++ b/.shellcheckrc Sun Sep 15 11:36:38 2024 +0200 @@ -1,8 +1,13 @@ # # See: shellcheck(1) # -# To see a list of +# To see a list of # See: https://www.shellcheck.net/wiki/ +# +# This is a customization for FreeBSD: +# in FreeBSD there is $'...', local; and tests with logical operstors work +# as expected. +# source-path=SCRIPTDIR/../share/local-bsdtools source-path=SCRIPTDIR