[geos-commits] [SCM] geos branch master updated. 312ef8a895c81dce85e386500e6938fe9470810e

git at osgeo.org git at osgeo.org
Wed Oct 4 03:36:13 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  312ef8a895c81dce85e386500e6938fe9470810e (commit)
      from  18ad844411880b3b15507ff21c7a452ab8694cc2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 312ef8a895c81dce85e386500e6938fe9470810e
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Oct 4 12:36:06 2017 +0200

    Make trailing blanks check portable

diff --git a/Makefile.am b/Makefile.am
index 4785acf..43a02a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,4 +67,4 @@ valgrindcheck:
 check-local:
 	! find . -name '*.cpp' -o -name '*.h' | \
 		grep -v ^./tests/xmltester/tinyxml | \
-		xargs grep -Pn '[\t ]$$'
+		xargs grep -n '[[:space:]]$$'

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list