Skip to content

Commit

Permalink
Remove wildcard from pathed env vars setting
Browse files Browse the repository at this point in the history
- this causes issue when normalizing {root} in package defs
- rex command(s) should be implemented for explicit control
- fixes file not found errors when using rez bound python 2 on Windows

Signed-off-by: javrin <jawabiscuit@users.noreply.github.com>
  • Loading branch information
Jawabiscuit committed Sep 15, 2023
1 parent e3df9b6 commit 41e3aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
# ``cmd`` shell on Windows. Note that wildcards are supported. If this setting is
# not correctly configured, then your shell may not work correctly.
pathed_env_vars = [
"*PATH"
"PATH"
]

shell_env_var_separators = {
Expand Down

0 comments on commit 41e3aa3

Please sign in to comment.