[geos-commits] r4391 - trunk/tools

Sandro Santilli strk at kbt.io
Sat Apr 1 01:28:47 PDT 2017


Author: strk
Date: 2017-04-01 01:28:47 -0700 (Sat, 01 Apr 2017)
New Revision: 4391

Modified:
   trunk/tools/repo_revision.sh
Log:
Remove trailing blanks

Modified: trunk/tools/repo_revision.sh
===================================================================
--- trunk/tools/repo_revision.sh	2017-03-31 20:10:34 UTC (rev 4390)
+++ trunk/tools/repo_revision.sh	2017-04-01 08:28:47 UTC (rev 4391)
@@ -32,7 +32,7 @@
   rev=`cd ${top_srcdir} && ${git_exe} log --grep=git-svn -1 | grep git-svn | cut -d@ -f2 | cut -d' ' -f1`
 
   if test -z "$rev"; then
-    echo "Can't fetch SVN revision from git log" >&2 
+    echo "Can't fetch SVN revision from git log" >&2
     echo 0
   else
     echo $rev
@@ -82,5 +82,5 @@
 # Read the svn revision number
 svn_rev=`read_rev`
 
-# Write it 
+# Write it
 write_defn $svn_rev



More information about the geos-commits mailing list