]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
sat #19218 : correction bug gestion out_dir_Path en postfix
authorcrouzet <nicolas.crouzet@cea.fr>
Tue, 16 Jun 2020 14:13:35 +0000 (16:13 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Tue, 16 Jun 2020 14:13:35 +0000 (16:13 +0200)
commands/package.py

index 60d10fbb233864b7cf7c226557c64f2301f578ea..3a2bef27b7f8df8452788d536d498f812bc691ad 100644 (file)
@@ -365,8 +365,10 @@ def produce_relative_env_files(config,
     if src.architecture.is_windows() :
       src.replace_in_file(filepath, '"out_dir_Path', '"%out_dir_Path%' )
       src.replace_in_file(filepath, '=out_dir_Path', '=%out_dir_Path%' )
+      src.replace_in_file(filepath, ';out_dir_Path', ';%out_dir_Path%' )
     else:
       src.replace_in_file(filepath, '"out_dir_Path', '"${out_dir_Path}' )
+      src.replace_in_file(filepath, ':out_dir_Path', ':${out_dir_Path}' )
 
     # change the rights in order to make the file executable for everybody
     os.chmod(filepath,