File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
@echo off
2
-
3
- SET OSGEO4W_ROOT=@osgeo4w@
4
- call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
2
+ call "~dp0\o4w_env.bat
5
3
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
6
4
@echo off
7
5
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
Original file line number Diff line number Diff line change @@ -316,4 +316,3 @@ if exist %PACKAGENAME%-oracle-provider-%VERSION%-%PACKAGE%.tar.bz2 del %PACKAGEN
316
316
317
317
:end
318
318
echo FINISHED: %DATE% %TIME% >> %LOG% 2 >& 1
319
-
Original file line number Diff line number Diff line change 1
1
@echo off
2
-
3
- SET OSGEO4W_ROOT=@osgeo4w@
4
- call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
2
+ call "%~dp0\o4w_env.bat"
5
3
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
6
4
@echo off
7
5
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
You can’t perform that action at this time.
0 commit comments