﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2939	OMC Doesn't handle spaces in path	Adam Dershowitz <dersh@…>	Henning Kiel	"I have verified this on both Mac and Linux. 
 
This script is the trivial case: 
//test.mos
loadModel(Modelica);
simulate(Modelica.Blocks.Examples.Filter);

If you put that script into a directory that has a space in it, then 
$omc test.mos
compiles, but then doesn't run the simulation.  
If I run it in ﻿/home/openmodelica/tmp/ it is fine.  But, if I run it in /home/openmodelica/tmp/tmp 2/ then I get this error:


    messages = ""Simulation execution failed for model: Modelica.Blocks.Examples.Filter
/bin/sh: 1: /home/openmodelica/tmp/tmp: not found
"",

So, the call to the executable seems to not be handling the path string properly."	defect	closed	high	1.9.4	*unknown*	trunk	fixed		
