Skip to content

Commit 800cc7a

Browse files
committed
[Scripts] Fix git path
1 parent 957f43b commit 800cc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setenv.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CALL "%OSGEO4W_ROOT%\bin\o4w_env.bat"
3030

3131
: Python Setup
3232
SET BASE=%~dp0..\
33-
set PATH=%OSGEO4W_ROOT%\bin;%QGIS%\bin;%BASE%\src\;C:\Program Files (x86)\Git\bin;%PATH%;
33+
set PATH=%OSGEO4W_ROOT%\bin;%QGIS%\bin;%BASE%\src\;C:\Program Files\Git\bin;%PATH%;
3434
SET PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
3535
set PYTHONPATH=%BASE%\src;%QGIS%\python;%BASE%\libs
3636

0 commit comments

Comments
 (0)