From 9dab6987983d70f955018d772ca9078fd2f738eb Mon Sep 17 00:00:00 2001 From: crouzet Date: Wed, 22 Jun 2022 16:00:05 +0200 Subject: [PATCH] sat #30348 : sous linux substitution aussi du path pour le cas du pv_plugin_path --- commands/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/package.py b/commands/package.py index de222fc..b619ec1 100644 --- a/commands/package.py +++ b/commands/package.py @@ -448,6 +448,7 @@ def produce_relative_env_files(config, else: 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}' ) if exe_name: if src.architecture.is_windows(): -- 2.30.2