If a user has a path with whitespace, avoid having the
string split when passed to export command.
Details
Details
- Reviewers
atul varun - Commits
- rCOMM9fee06a231c0: [Nix] Fix whitespace quoting for path
export PATH="/a b:$PATH" nix develop source ~/.cache/comm/path # don't get error from export
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable