summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2022-01-04 12:24:52 +0000
committerDenis Ovsienko <denis@ovsienko.info>2022-01-04 12:37:14 +0000
commit27b74a81ae961c8429ad959fc99032008c151fea (patch)
treeb72e761d97aa055402d6541a55d8cf11d60bd67f /Makefile.in
parent2b3f0b4eb67093dad6ad8974ef8381fea7a2bcb2 (diff)
downloadtcpdump-27b74a81ae961c8429ad959fc99032008c151fea.tar.gz
CI: Disable shellcheck SC2006 in the Makefile. [skip ci]
Same as in tcpslice and libpcap.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0e31db37..508873f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -478,4 +478,4 @@ depend:
$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
shellcheck:
- shellcheck -f gcc build.sh build_matrix.sh build_common.sh
+ shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh