Skip to content

handle PATH with '=' correctly#720

Merged
meteorcloudy merged 1 commit intobazelbuild:masterfrom
hagl:fix_prependDirToPathList
Sep 9, 2025
Merged

handle PATH with '=' correctly#720
meteorcloudy merged 1 commit intobazelbuild:masterfrom
hagl:fix_prependDirToPathList

Conversation

@hagl
Copy link
Contributor

@hagl hagl commented Sep 3, 2025

An equal sign '=' is a valid path character, but currently causes the prependDirToPathList function to ignore the existing PATH.

Fixes #719

Copy link
Member

@meteorcloudy meteorcloudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@meteorcloudy meteorcloudy merged commit 1ebefa1 into bazelbuild:master Sep 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

An equal sign in the PATH environment variable breaks the bazel invocation

2 participants