[postgis-tickets] r16529 - fix path setting
Regina Obe
lr at pcorp.us
Fri Apr 6 02:06:59 PDT 2018
Author: robe
Date: 2018-04-06 02:06:58 -0700 (Fri, 06 Apr 2018)
New Revision: 16529
Modified:
branches/2.4/ci/winnie/regress_postgis.sh
Log:
fix path setting
Modified: branches/2.4/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.4/ci/winnie/regress_postgis.sh 2018-04-06 07:13:13 UTC (rev 16528)
+++ branches/2.4/ci/winnie/regress_postgis.sh 2018-04-06 09:06:58 UTC (rev 16529)
@@ -40,7 +40,7 @@
export POSTGIS_MICRO_VER=${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}
if [ -n "$SOURCE_FOLDER" ]; then
- export POSTGIS_SRC=$SOURCE_FOLDER
+ export POSTGIS_SRC=${PROJECTS}/postgis/$SOURCE_FOLDER
else
if [[ "$POSTGIS_MICRO_VERSION" == *SVN* || "$POSTGIS_MICRO_VERSION" == *dev* ]] ; then
export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_VER}
More information about the postgis-tickets
mailing list