From 78364090a4f459e48f45e56136a5ffe44be02ca0 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 13:34:36 +0000 Subject: [PATCH] Make check-no-trailing-blanks implementation POSIX compliant git-svn-id: http://svn.osgeo.org/postgis/trunk@15823 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 605281655..faf4f292a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -42,7 +42,7 @@ check-no-trailing-blanks: grep -v lwin_wkt_lex.c | \ grep -v lwin_wkt_parse | \ if test -f .gitignore; then grep -vf .gitignore; else cat; fi | \ - xargs grep -Pn '[\t ]$$' + xargs grep -n '[[:space:]]$$' installcheck: RUNTESTFLAGS="$(RUNTESTFLAGS) --extension" $(MAKE) check -- 2.40.0