@@ -1121,7 +1121,7 @@ end
11211121 *)
11221122 System.path_delimiter => pd &
11231123 System.read_env("OPENMODELICAHOME") => omhome &
1124- Util.string_append_list([omhome, pd, "modeq ", pd, "scripts", pd, "Compile ", makefilename]) => s_call &
1124+ Util.string_append_list([omhome, pd, "Compiler ", pd, "scripts", pd, "Compile ", makefilename]) => s_call &
11251125
11261126 System.system_call(s_call) => 0 &
11271127 Util.string_append_list([".", pd, cname_str]) => sim_call &
@@ -1204,7 +1204,7 @@ end
12041204 System.pwd() => pwd &
12051205 System.read_env("OPENMODELICAHOME") => omhome &
12061206 System.path_delimiter => pd &
1207- Util.string_append_list([omhome,pd,"modeq ",pd,"scripts",pd,"doPlot"]) => plotCmd &
1207+ Util.string_append_list([omhome,pd,"Compiler ",pd,"scripts",pd,"doPlot"]) => plotCmd &
12081208 Util.string_append_list([pwd,pd,"tmpPlot.plt"]) => tmpPlotFile &
12091209 Values.write_ptolemyplot_dataset(tmpPlotFile,value,vars'',"Plot by OpenModelica")
12101210 => res &
@@ -1375,7 +1375,7 @@ end
13751375
13761376 rule System.read_env("OPENMODELICAHOME") => omhome &
13771377 System.path_delimiter => pd &
1378- Util.string_append_list([omhome,pd,"modeq ",pd,"helptext.txt"]) => filename &
1378+ Util.string_append_list([omhome,pd,"Compiler ",pd,"helptext.txt"]) => filename &
13791379 print filename &
13801380 System.read_file(filename) => str
13811381 --------------------------
0 commit comments