]> granicus.if.org Git - postgis/commitdiff
git-svn-id: http://svn.osgeo.org/postgis/trunk@16310 b70326c6-7e19-0410-871a-916f4a2858ee
authorRegina Obe <lr@pcorp.us>
Mon, 15 Jan 2018 22:53:35 +0000 (22:53 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 15 Jan 2018 22:53:35 +0000 (22:53 +0000)
ci/debbie/postgis_release_docs.sh

index 43ec9d7f5ee690733a3bfcd9019eedb0c910be2d..a10c95818536af0d08970454470eeb7ec3f6ecf6 100644 (file)
@@ -44,7 +44,7 @@ mv postgis.xml postgis.xml.orig
 #sed -e "s:</title>:</title><subtitle><subscript>SVN Revision (<emphasis>${POSTGIS_SVN_REVISION}</emphasis>)</subscript></subtitle>:" 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:</title>:</title><subtitle><subscript>DEV TIMESTAMP (<emphasis>${GIT_TIMESTAMP}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 fi