Home
last modified time | relevance | path

Searched full:checkbashisms (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/openzfs/config/
H A DShellcheck.am15 JUST_CHECKBASHISMS_OPTS = $(addprefix checkbashisms-here-,$(subst /,^,$(1)))
35 PHONY += checkbashisms
39 checkbashisms_verbose_0 = @echo CHECKBASHISMS $(_BTGT);
42 _BTGT = $(subst ^,/,$(subst checkbashisms-here-,,$@))
43 checkbashisms-here-%:
46checkbashisms -npx 2>&1 | grep -vFe "'command' with option other than -p" -e 'command -v' -e 'any …
48 @echo "skipping checkbashisms of" $(_BTGT) "because checkbashisms is not installed"
51 checkbashisms: $(SHELLCHECKSCRIPTS) $(call JUST_CHECKBASHISMS_OPTS,$(SHELLCHECKSCRIPTS)) target
H A Dalways-shellcheck.m43 dnl # Check if shellcheck and/or checkbashisms are available.
7 AC_CHECK_PROG([CHECKBASHISMS], [checkbashisms], [yes])
10 AM_CONDITIONAL([HAVE_CHECKBASHISMS], [test "x$CHECKBASHISMS" = "xyes"])
/src/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml27 checkbashisms --version
/src/sys/contrib/openzfs/
H A DMakefile.am8 CHECKS = shellcheck checkbashisms
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh85 sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \
/src/contrib/dialog/
H A DCHANGES668 + use checkbashisms to clean up sample scripts.