[postgis-tickets] r16461 - wrong path in last commit

Regina Obe lr at pcorp.us
Thu Mar 15 11:21:29 PDT 2018


Author: robe
Date: 2018-03-15 11:21:29 -0700 (Thu, 15 Mar 2018)
New Revision: 16461

Modified:
   trunk/ci/debbie/postgis_release_docs.sh
Log:
wrong path in last commit

Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2018-03-15 18:18:23 UTC (rev 16460)
+++ trunk/ci/debbie/postgis_release_docs.sh	2018-03-15 18:21:29 UTC (rev 16461)
@@ -47,7 +47,7 @@
 #inject a development time stamp if we are in development branch
 if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
   export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct`
-  export VREV=`cat "$outdir"/postgis_svn_revision.h | awk '{print $3}'`
+  export VREV=`cat ./postgis_svn_revision.h | awk '{print $3}'`
   sed -e "s:</title>:</title><subtitle><subscript>REV: $VREV DEV TIMESTAMP (<emphasis>${GIT_TIMESTAMP}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 fi
 



More information about the postgis-tickets mailing list