[SCM] PostGIS branch master updated. 3.5.0alpha2-57-g42da0a05f

git at osgeo.org git at osgeo.org
Wed Sep 11 12:27:03 PDT 2024


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  42da0a05f85494c14af08d81088e5020ef193533 (commit)
      from  04f71ab045edf3a1009f27ad4c5efebe55bf23e5 (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 42da0a05f85494c14af08d81088e5020ef193533
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Sep 11 21:26:10 2024 +0200

    Quote pgtopo_export output path

diff --git a/topology/loader/pgtopo_export b/topology/loader/pgtopo_export
index f89c90fa5..d8b285464 100755
--- a/topology/loader/pgtopo_export
+++ b/topology/loader/pgtopo_export
@@ -213,7 +213,7 @@ fi # }
 
   cd ${DUMPDIR}/.. || exit 1
   echo "Archiving..." >&4
-  tar czf ${OFILE} ${DUMPNAME} || exit 1
+  tar czf "${OFILE}" "${DUMPNAME}" || exit 1
 )
 
 exit 0

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

Summary of changes:
 topology/loader/pgtopo_export | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list