From ec2039b626e7c1affacdb06eedfa49abc79f97b1 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 15 Mar 2018 18:21:29 +0000 Subject: [PATCH] wrong path in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@16461 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_release_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index 94689df9d..9797ac9fd 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -47,7 +47,7 @@ echo "Micro: $POSTGIS_MICRO_VERSION" #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` - export VREV=`cat "$outdir"/postgis_svn_revision.h | awk '{print $3}'` + export VREV=`cat ./postgis_svn_revision.h | awk '{print $3}'` sed -e "s::REV: $VREV DEV TIMESTAMP (${GIT_TIMESTAMP}):" postgis.xml.orig > postgis.xml fi -- 2.40.0