[postgis-tickets] r16307 - fix typo

Regina Obe lr at pcorp.us
Mon Jan 15 02:13:42 PST 2018


Author: robe
Date: 2018-01-15 14:13:42 -0800 (Mon, 15 Jan 2018)
New Revision: 16307

Modified:
   trunk/ci/debbie/postgis_release_docs.sh
Log:
fix typo

Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2018-01-15 22:08:09 UTC (rev 16306)
+++ trunk/ci/debbie/postgis_release_docs.sh	2018-01-15 22:13:42 UTC (rev 16307)
@@ -31,8 +31,6 @@
 #  --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config
 #  --without-raster
 
-export GIT_TIMESTAMP = `git log -1 --pretty=format:%ct`
-
 CPPFLAGS="-I${PGPATH}/include"  \
 LDFLAGS="-L${PGPATH}/lib"  ./configure \
   --with-pgconfig=${PGPATH}/bin/pg_config \
@@ -47,6 +45,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`
   sed -e "s:</title>:</title><subtitle><subscript>DEV TIMESTAMP (<emphasis>${GIT_TIMESTAMP}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 fi
 



More information about the postgis-tickets mailing list