comparison .shellcheckrc @ 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 1e46e254366e
children 24129dd789f0
comparison
equal deleted inserted replaced
573:060e2eb8e4f6 574:31b5c10ae1d4
1 # 1 #
2 # See: shellcheck(1) 2 # See: shellcheck(1)
3 # 3 #
4 # To see a list of 4 # To see a list of
5 # See: https://www.shellcheck.net/wiki/ 5 # See: https://www.shellcheck.net/wiki/
6 #
7 # This is a customization for FreeBSD:
8 # in FreeBSD there is $'...', local; and tests with logical operstors work
9 # as expected.
10 #
6 11
7 source-path=SCRIPTDIR/../share/local-bsdtools 12 source-path=SCRIPTDIR/../share/local-bsdtools
8 source-path=SCRIPTDIR 13 source-path=SCRIPTDIR
9 external-sources=true 14 external-sources=true
10 15