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))) 34 PHONY += checkbashisms 38 checkbashisms_verbose_0 = @echo CHECKBASHISMS $(_BTGT); 41 _BTGT = $(subst ^,/,$(subst checkbashisms-here-,,$@)) 42 checkbashisms-here-%: 45 …checkbashisms -npx 2>&1 | grep -vFe "'command' with option other than -p" -e 'command -v' -e 'any … 47 @echo "skipping checkbashisms of" $(_BTGT) "because checkbashisms is not installed" 50 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 | 7 CHECKS = shellcheck checkbashisms
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 55 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.
|