Home
last modified time | relevance | path

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

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