Commit acaa144
committed
Adapt sh-to-mod path-like env var parsing for Fish 4.3
Path-like environment variable are now printed by `set -xgL` as:
PATH '/usr/bin' '/home/user/.local/bin'
instead of:
PATH '/usr/bin' '/home/user/.local/bin'
Double space changed into a single space separator.
Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>1 parent 138e1fc commit acaa144
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1496 | 1496 | | |
1497 | 1497 | | |
1498 | 1498 | | |
1499 | | - | |
| 1499 | + | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | 1502 | | |
| |||
0 commit comments