Commit 60cdf82
committed
fix(WSLENV): properly translate paths in WSLENV environment variable into unix-style path
use `/p` flag to properly translate Windows paths to WSL paths.
`WSLENV=plum_path` transfer the `plum_path` var as is into wsl, which is
invalid in wsl.
`WSLENV=plum_path/p` will automatically translate plum_path into
unix-style path, like `C:\rime => /mnt/c/rime`.1 parent 4c28f11 commit 60cdf82
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
0 commit comments