Environment variable references in environment variables are not resolved with wt.exe #15191
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Windows Terminal version
1.16.10262.0
Windows build number
10.0.22621.0
Other Software
No response
Steps to reproduce
echo $Env:TEST_VAR2
wt.exe
(orOpen in Terminal
in File Explorer, but I assume that's the same thing) and run:echo $Env:TEST_VAR2
Expected Behavior
The result is the same:
foo
.Actual Behavior
The result is different: the first time it prints
foo
, the second%TEST_VAR1%
.Note there are similar open (#12545) and resolved (#12602, #11777) issues.
The text was updated successfully, but these errors were encountered: