From: Regina Obe Date: Sun, 18 Mar 2018 05:16:54 +0000 (+0000) Subject: variable typo X-Git-Tag: 2.4.4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65d8d49ee6a6d1c3466aa72986c37b8e3236d416;p=postgis variable typo References #4047 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16472 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index eb59bd70a..c5d31c267 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -53,7 +53,7 @@ if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then export GIT_TIMESTAMP="`date -d @$GIT_TIMESTAMP`" #convert to UTC date echo "GIT_TIMESTAMP: ${GIT_TIMESTAMP}" export part_old="" - export part_new="DEV ($GIT_TIMESTAMP r$VREV)" + export part_new="DEV ($GIT_TIMESTAMP r${VREV})" sed -i 's,'"$part_old"','"$part_new"',' postgis.xml fi