Skip to content

Commit

Permalink
fix #2939
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24213 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Henning Kiel committed Jan 26, 2015
1 parent ef36822 commit abdeca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Expand Up @@ -4193,7 +4193,7 @@ algorithm
(Values.STRING(simflags),vals) = getListFirstShowError(vals, "while retreaving the simflags (12 arg) from the buildModel arguments");

Error.clearMessages() "Clear messages";
compileDir = System.pwd() + System.pathDelimiter();
compileDir = "\"" + System.pwd() + "\"" + System.pathDelimiter();
(cache,simSettings) = calculateSimulationSettings(cache, env, values, st, msg);
SimCode.SIMULATION_SETTINGS(method = method_str, outputFormat = outputFormat_str)
= simSettings;
Expand Down

0 comments on commit abdeca1

Please sign in to comment.