Searched full:checkbashisms (Results 1 – 6 of 6) sorted by relevance
| /src/sys/contrib/openzfs/config/ |
| H A D | Shellcheck.am | 15 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-%: 46 …checkbashisms -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 D | always-shellcheck.m4 | 3 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 D | checkstyle.yaml | 27 checkbashisms --version
|
| /src/sys/contrib/openzfs/ |
| H A D | Makefile.am | 8 CHECKS = shellcheck checkbashisms
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 85 sudo pkg install -y autoconf automake autotools base64 checkbashisms fio \
|
| /src/contrib/dialog/ |
| H A D | CHANGES | 668 + use checkbashisms to clean up sample scripts.
|