[postgis-tickets] r16282 - no need to cd down, already in root

Regina Obe lr at pcorp.us
Fri Jan 12 11:05:29 PST 2018


Author: robe
Date: 2018-01-12 23:05:29 -0800 (Fri, 12 Jan 2018)
New Revision: 16282

Modified:
   trunk/ci/debbie/postgis_make_dist.sh
Log:
no need to cd down, already in root

Modified: trunk/ci/debbie/postgis_make_dist.sh
===================================================================
--- trunk/ci/debbie/postgis_make_dist.sh	2018-01-13 06:59:34 UTC (rev 16281)
+++ trunk/ci/debbie/postgis_make_dist.sh	2018-01-13 07:05:29 UTC (rev 16282)
@@ -15,7 +15,6 @@
 export PATH="${PGPATH}/bin:$PATH"
 export LD_LIBRARY_PATH="${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/lib:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/lib:${PGPATH}/lib"
 
-cd ../../
 $POSTGIS_MAJOR_VERSION=`grep ^POSTGIS_MAJOR_VERSION Version.config | cut -d= -f2`
 $POSTGIS_MINOR_VERSION=`grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2`
 $POSTGIS_MICRO_VERSION=`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`



More information about the postgis-tickets mailing list