[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-571-g1f14839d6

git at osgeo.org git at osgeo.org
Fri Jan 27 08:27:58 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  1f14839d6f6be7809a186a586ed4c2ccde5525e1 (commit)
      from  50bb5edd95ac430689597ed8b1a12efaa06526b6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1f14839d6f6be7809a186a586ed4c2ccde5525e1
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 27 17:27:00 2023 +0100

    Do not add the .exe suffix on postgis script, for windows
    
    Closes #5321

diff --git a/loader/Makefile.in b/loader/Makefile.in
index 1a3483ddb..7db7c82f8 100644
--- a/loader/Makefile.in
+++ b/loader/Makefile.in
@@ -32,7 +32,7 @@ LIBTOOL = @LIBTOOL@
 LDFLAGS = @LDFLAGS@
 
 # Filenames with extension as determined by the OS
-POSTGIS-CLI=postgis at EXESUFFIX@
+POSTGIS-CLI=postgis
 PGSQL2SHP-CLI=pgsql2shp at EXESUFFIX@
 SHP2PGSQL-CLI=shp2pgsql at EXESUFFIX@
 SHP2PGSQL-GUI=shp2pgsql-gui at EXESUFFIX@

-----------------------------------------------------------------------

Summary of changes:
 loader/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list