From: Denis Ovsienko Date: Fri, 23 Jul 2021 13:09:53 +0000 (+0100) Subject: Makefile: Run shellcheck for build_common.sh too. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b8dd8f34b535e5d2ae60ded43f265d917b5aae93 Makefile: Run shellcheck for build_common.sh too. [skip ci] --- diff --git a/Makefile.in b/Makefile.in index 91b9afa1..f6b287bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -476,4 +476,4 @@ depend: $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC) shellcheck: - shellcheck -f gcc build.sh build_matrix.sh + shellcheck -f gcc build.sh build_matrix.sh build_common.sh