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-Tag: tcpdump-4.99.2~190 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/15a5e82cd45beb65b6ba0b68f671ca9f7719bb50 Makefile: Run shellcheck for build_common.sh too. [skip ci] (cherry picked from commit b8dd8f34b535e5d2ae60ded43f265d917b5aae93) --- diff --git a/Makefile.in b/Makefile.in index 5c36bbd0..b5c78ee2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -477,4 +477,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