-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
stylix: improve Bash expression #318
stylix: improve Bash expression #318
Conversation
I suspect there are other places throughout various modules also in need of attention. There are a few functions in
See their definitions here and here for usage instructions. Using |
Wait - this is a pull request, not an issue. Oh well. |
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.
lib.escapeShellArg
is preferable since it handles the case where the string to be substituted contains a quotation mark.
NixOS/nixpkgs#16973 resolved my confusion around |
Potentially closes: #324. |
I see
|
Agreed. Unfortunately, despite my understanding of
True. However, my Bash heart aches seeing a variable not being double quoted, as the |
cb94428
to
57f8061
Compare
Perhaps |
Co-authored-by: NAHO <[email protected]>
Addresses: #317 (comment)