Commit 09dfd67
committed
style(ps1_shim): tighten scope-rationale doc and unshadow ps1_str in test
Two minor cleanups from review:
- Merge the two-sentence "outside `$VP_HOME` is left alone" paragraph
into one that focuses on the WHY (avoid silently changing execution
semantics for unrelated commands; respect locked-down hosts) instead
of restating the trade-off as status-quo prose.
- Rename the second `ps1_str` binding in the inside-vp-home test to
`ps1_path` so the `PathBuf` and the `&str` derived from it have
distinct names.1 parent 3c50b5a commit 09dfd67
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
131 | | - | |
132 | | - | |
| 130 | + | |
| 131 | + | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments