Skip to content

Commit ec5cc24

Browse files
committed
Makefile.in: Update the whitespacecheck target
install-sh has no longer a tab at the end of one line. This is a follow-up to b5a4b93.
1 parent b5a4b93 commit ec5cc24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,7 @@ whitespacecheck:
546546
exit 1; \
547547
fi
548548
@# trailing tab(s)?
549-
@# install-sh has a tab at the end of one line
550-
@if git grep -I -n ' $$' $$(git ls-files|grep -vE '^(tests/|install-sh$$)'); then \
549+
@if git grep -I -n ' $$' $$(git ls-files|grep -v '^tests/'); then \
551550
echo 'Error: Trailing tabs(s).'; \
552551
exit 1; \
553552
fi

0 commit comments

Comments
 (0)