-
-
Notifications
You must be signed in to change notification settings - Fork 838
joinEnv - Just like joinPath but with ; for windows else : #2406
Copy link
Copy link
Labels
area: templatingChanges related to the templating engine.Changes related to the templating engine.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.os: windowsIssues that affect users on Windows.Issues that affect users on Windows.
Metadata
Metadata
Assignees
Labels
area: templatingChanges related to the templating engine.Changes related to the templating engine.good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.os: windowsIssues that affect users on Windows.Issues that affect users on Windows.
Type
Fields
Give feedbackNo fields configured for feature.

Description
Title basically says it all. Once it's possible to prepend paths to the PATH via
env(ideally fixed in #2034) , it should have a native cross-platform syntax for doing it cleanly on windows or posix platforms.or perhaps
Additionally, or alternatively, add a special variable:
PATHSEPfor platform specific path separation in env vars.