-
Notifications
You must be signed in to change notification settings - Fork 38.7k
depends: Allow PATH with spaces in directory names. #29237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
depends: Allow PATH with spaces in directory names. #29237
Conversation
added test and update code based on feedback
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
lgtm ACK 4756114 Thank you! |
hebasto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 4756114, successfully built depends on Ubuntu 22.04.
sedited
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 4756114
added test and update code based on feedback Github-Pull: bitcoin#29237 Rebased-From: 4756114
The goal of this PR is to help close #28733. I reverted the change on
depends/config.guessbased on the feedback provided in the previous PR. I've also incorporated the test mentioned by maflcko