From: Regina Obe Date: Mon, 15 Jan 2018 22:53:35 +0000 (+0000) Subject: git-svn-id: http://svn.osgeo.org/postgis/trunk@16310 b70326c6-7e19-0410-871a-916f4a2858ee X-Git-Tag: 2.5.0alpha~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fa61547688d4ffb0782eef1b2dcf8f0f55945dd;p=postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@16310 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index 43ec9d7f5..a10c95818 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -44,7 +44,7 @@ mv postgis.xml postgis.xml.orig #sed -e "s::SVN Revision (${POSTGIS_SVN_REVISION}):" postgis.xml.orig > postgis.xml #inject a development time stamp if we are in development branch -if [[ ${POSTGIS_MICRO_VERSION} == *"dev"* ]]; then +if [[ $POSTGIS_MICRO_VERSION == *"dev"* ]]; then export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct` sed -e "s::DEV TIMESTAMP (${GIT_TIMESTAMP}):" postgis.xml.orig > postgis.xml fi