Skip to content

Commit

Permalink
escape spaces in path on Windows OS
Browse files Browse the repository at this point in the history
- fixes #5971
  • Loading branch information
phannebohm authored and lochel committed Nov 19, 2020
1 parent dce060d commit 6bd493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenModelica/StartTLMOpenModelica.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rem set path to OpenModelica installation folder
set OpenModelicaPath=%OPENMODELICAHOME%

rem *********************SETUP SIMULATION*********************************************
set OMC_Cmd=%OpenModelicaPath%/bin/omc.exe
set OMC_Cmd="%OpenModelicaPath%/bin/omc.exe"
set TLMCONFIGFILE=tlm.config

If "%6" == "" goto USAGE
Expand Down

0 comments on commit 6bd493e

Please sign in to comment.