We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f828383 commit 76a02d8Copy full SHA for 76a02d8
Makefile.in
@@ -883,7 +883,7 @@ releasecheck: releasetar
883
884
whitespacecheck:
885
@# trailing space(s)?
886
- @if git grep -I -n ' $$' $$(git ls-files|grep -vE '^(tests/|pcap-savefile.manfile.in$$)'); then \
+ @if git grep -I -n ' $$' $$(git ls-files|grep -v '^tests/'); then \
887
echo 'Error: Trailing space(s).'; \
888
exit 1; \
889
fi
0 commit comments