Skip to content
Snippets Groups Projects
Commit e906356a authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: handle spaces in path names mantis #1390

parent 9eb19023
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ setlocal
set CURRENT_SCRIPT_DIR=%~dp0
:: Setup environment
call %CURRENT_SCRIPT_DIR%otbenv.bat
call "%CURRENT_SCRIPT_DIR%otbenv.bat"
:: Set current dir to HOME dir because Monteverdi generates temporary files and need write access
cd %HOMEDRIVE%%HOMEPATH%
......
......@@ -27,7 +27,7 @@ setlocal
set CURRENT_SCRIPT_DIR=%~dp0
:: Setup environment
call %CURRENT_SCRIPT_DIR%otbenv.bat
call "%CURRENT_SCRIPT_DIR%otbenv.bat"
:: Set current dir to HOME dir because Monteverdi generates temporary files and need write access
cd %HOMEDRIVE%%HOMEPATH%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment