[postgis-tickets] r17469 - fix typos

Regina Obe lr at pcorp.us
Mon Jun 3 05:30:38 PDT 2019


Author: robe
Date: 2019-06-03 17:30:38 -0700 (Mon, 03 Jun 2019)
New Revision: 17469

Modified:
   trunk/ci/winnie/regress_postgis.sh
Log:
fix typos

Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh	2019-06-03 22:23:29 UTC (rev 17468)
+++ trunk/ci/winnie/regress_postgis.sh	2019-06-04 00:30:38 UTC (rev 17469)
@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-if  [[ "${OVERRIDE}" == '' ]] ;
+if  [[ "${OVERRIDE}" == '' ]] ; then
 	export GEOS_VER=3.8
 	export GDAL_VER=2.4.1
 	export PROJ_VER=6.1.0



More information about the postgis-tickets mailing list