Skip to content

Commit

Permalink
- Use $TEMP/OpenModelica/ as tmp-dir instead of OMShell/ OMNotebook/
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8133 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 7, 2011
1 parent 309ba00 commit 4add998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMShell/OMShellGUI/oms.cpp
Expand Up @@ -1129,7 +1129,7 @@ bool OMS::startServer()
// get version no
QString getTempStr = "getTempDirectoryPath()";
delegate_->evalExpression( getTempStr );
QString tmpDir = delegate_->getResult()+"/OMShell/";
QString tmpDir = delegate_->getResult()+"/OpenModelica/";
tmpDir.remove("\"");
if (!QDir().exists(tmpDir)) QDir().mkdir(tmpDir);
tmpDir = "cd(\"" + tmpDir + "\")";
Expand Down

0 comments on commit 4add998

Please sign in to comment.