From 800cc7a52eb12edacc6fd4786bbc6013e921b9ac Mon Sep 17 00:00:00 2001 From: Nathan Woodrow Date: Mon, 14 Jan 2019 09:34:35 +1000 Subject: [PATCH] [Scripts] Fix git path --- scripts/setenv.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setenv.bat b/scripts/setenv.bat index 5a29e3e95..f96f64dfe 100644 --- a/scripts/setenv.bat +++ b/scripts/setenv.bat @@ -30,7 +30,7 @@ CALL "%OSGEO4W_ROOT%\bin\o4w_env.bat" : Python Setup SET BASE=%~dp0..\ -set PATH=%OSGEO4W_ROOT%\bin;%QGIS%\bin;%BASE%\src\;C:\Program Files (x86)\Git\bin;%PATH%; +set PATH=%OSGEO4W_ROOT%\bin;%QGIS%\bin;%BASE%\src\;C:\Program Files\Git\bin;%PATH%; SET PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27 set PYTHONPATH=%BASE%\src;%QGIS%\python;%BASE%\libs