Skip to content

Commit 2d6da02

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 fb18228. (cherry picked from commit ec5cc24)
1 parent a9fef42 commit 2d6da02

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
@@ -560,8 +560,7 @@ whitespacecheck:
560560
exit 1; \
561561
fi
562562
@# trailing tab(s)?
563-
@# install-sh has a tab at the end of one line
564-
@if git grep -I -n ' $$' $$(git ls-files|grep -vE '^(tests/|install-sh$$)'); then \
563+
@if git grep -I -n ' $$' $$(git ls-files|grep -v '^tests/'); then \
565564
echo 'Error: Trailing tabs(s).'; \
566565
exit 1; \
567566
fi

0 commit comments

Comments
 (0)