From 3f2dcb8657f196ac5c011e2e432fe92306f507c3 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sun, 13 Feb 2022 13:13:32 -0500 Subject: [PATCH] Path does not require quotes --- VERSION | 2 +- win32env.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 37c2961c..834f2629 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.2 +2.8.0 diff --git a/win32env.bat b/win32env.bat index 35f3339d..e363696e 100644 --- a/win32env.bat +++ b/win32env.bat @@ -13,7 +13,7 @@ set GDALBASE=%ODMBASE%venv\Lib\site-packages\osgeo set OSFMBASE=%ODMBASE%SuperBuild\install\bin\opensfm\bin set SBBIN=%ODMBASE%SuperBuild\install\bin -set PATH="%GDALBASE%";"%SBBIN%";"%OSFMBASE%" +set PATH=%GDALBASE%;%SBBIN%;%OSFMBASE% set PROJ_LIB=%GDALBASE%\data\proj set VIRTUAL_ENV=%ODMBASE%venv @@ -48,4 +48,4 @@ set PATH=%VIRTUAL_ENV%\Scripts;%PATH% if defined _OLD_CODEPAGE ( "%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul set _OLD_CODEPAGE= -) \ No newline at end of file +)