From e1ac6e17495cdfc7c20ae36e20719f75249a6ca3 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 15 Jan 2018 22:17:44 +0000 Subject: [PATCH] try again git-svn-id: http://svn.osgeo.org/postgis/trunk@16308 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_release_docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index 0b91e2ea7..3ad9c95cf 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 @@ -56,7 +56,7 @@ cp html/images/* images make epub make -e chunked-html 2>&1 | tee -a doc-errors.log -if [[ "$reference" == *trunk* ]] ; then #only do this for trunk because only trunk follows transifex +if [ "$reference" == *trunk* ] ; then #only do this for trunk because only trunk follows transifex make update-po make -C po/it_IT/ local-html make -C po/pt_BR/ local-html -- 2.49.0