Open
Description
Previously msys2-runtime converted the path separator from :
to ;
when passing to a Windows program. Now, for some reason, this doesn't work:
$ A=.:../test python -c 'import os; print(os.environ["A"])'
.:../test
Though if it's the PATH
variable it seems to work.
$ PATH=".:../test" /mingw64/bin/python -c 'import os; print(os.environ["PATH"])'
.;C:\Users\test
Output from an old version of runtime for reference:
$ A=.:../test python -c 'import os; print(os.environ["A"])'
.;..\test
This is probably why rebuilding texlive errors out, see msys2/MINGW-packages#19921 (comment).
Metadata
Metadata
Assignees
Labels
No labels