]> granicus.if.org Git - postgis/commitdiff
wrong path in last commit
authorRegina Obe <lr@pcorp.us>
Thu, 15 Mar 2018 18:21:29 +0000 (18:21 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 15 Mar 2018 18:21:29 +0000 (18:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16461 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_release_docs.sh

index 94689df9db120bb10cd74f766390e3b050849e03..9797ac9fdd6da8418b9f18c008a1e112c1d05c78 100644 (file)
@@ -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:</title>:</title><subtitle><subscript>REV: $VREV DEV TIMESTAMP (<emphasis>${GIT_TIMESTAMP}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 fi