Skip to content

Commit

Permalink
changed the System.trimg in compile_model to System.string_replace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1992 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Nov 28, 2005
1 parent 65484d6 commit 3a8ee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Ceval.rml
Expand Up @@ -1969,7 +1969,7 @@ relation compile_model: (string, string list) => () =
rule System.get_compile_command => "" &
System.path_delimiter => pd &
System.read_env("OPENMODELICAHOME") => omhome &
System.trim(omhome,"\"") => omhome' &
System.string_replace(omhome,"\"","") => omhome' &
win_citation() => cit &
System.pwd => cd_path &
libs_to_string(libs) => libs_str &
Expand Down

0 comments on commit 3a8ee03

Please sign in to comment.