Searched full:checkbashisms (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | Shellcheck.am | 14 JUST_CHECKBASHISMS_OPTS = $(addprefix checkbashisms-here-,$(subst /,^,$(1))) 30 PHONY += checkbashisms 33 _BTGT = $(subst ^,/,$(subst checkbashisms-here-,,$@)) 34 checkbashisms-here-%: 37 …checkbashisms -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 D | always-shellcheck.m4 | 2 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 D | checkstyle.yaml | 27 checkbashisms --version
|
/freebsd/sys/contrib/openzfs/ |
H A D | Makefile.am | 6 CHECKS = shellcheck checkbashisms
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 51 sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 668 + use checkbashisms to clean up sample scripts.
|