Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -5604,7 +5604,7 @@ def convert_env_to_script(env, os_info, start_script=None):
os_info['env_var'].replace(
'env_var', key)}"""

env_quote = os_info['env_quote']
env_quote = os_info.get('env_quote', '"')
# Replace placeholders in the platform-specific environment command
# and escapes any quote in the env value
env_command = os_info['set_env'].replace(
Expand Down
Loading