Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 574:31b5c10ae1d4
.shellcheckrc: Comment on reasons: FreeBSD has this non-required features in POSIX shells
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 15 Sep 2024 11:36:38 +0200 |
| parents | 060e2eb8e4f6 |
| children | a01fcbe17f6a |
| files | .shellcheckrc |
| diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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
