path strings truncation/mangling in PATH variable #5388
Unanswered
simone-ruffini-kaab
asked this question in
Q&A
Replies: 1 comment 5 replies
-
That looks like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to use
msys2
tools from PowerShell to compile a project usingmake
. I have several path strings declared in the WindowsPATH
variable, and I need these paths to remain available and accessible within the "msys environment", so thatmake
and other msys tools can properly use them. The paths are as follows:However, when I invoke
make
,which
, or open an msyssh
shell, I notice that thePATH
variable in the "msys environment" includes all the paths from my WindowsPATH
variable, except for the last three paths listed above. These paths are partially imported but appear to be truncated, resulting in the following transformations:I don’t understand why these specific paths are being truncated while all the others are imported correctly. Is this behavior intentional, or am I missing something in the configuration?
Beta Was this translation helpful? Give feedback.
All reactions