Skip to content
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

Tolerate spaces in nix binary patching #7663

Merged
merged 1 commit into from
Feb 14, 2021

Conversation

CertainLach
Copy link
Contributor

If path to original file contains space (I.e on code insiders, where
default data directory is ~/Code - Insiders/), then there is syntax
error evaluating src arg.

Instead pass path as str, and coerce to path back in nix expression

If path to original file contains space (I.e on code insiders, where
default data directory is ~/Code - Insiders/), then there is syntax
error evaluating src arg.

Instead pass path as str, and coerce to path back in nix expression

Signed-off-by: Yaroslav Bolyukin <[email protected]>
@matklad
Copy link
Member

matklad commented Feb 14, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 14, 2021

@bors bors bot merged commit d50a37d into rust-lang:master Feb 14, 2021
@CertainLach CertainLach deleted the fix-tolerate-spaces branch February 14, 2021 16:00
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.

2 participants