Changes between Initial Version and Version 1 of Ticket #104, comment 3
- Timestamp:
- Jul 22, 2016, 1:43:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #104, comment 3
initial v1 1 1 I implemented the task in r1657. This change makes dash convert backslashes to forward ones in PATH-like variables at startup *and* convert them back before executing any external command (so that old OS/2 tools won't freak out). However, by default, dash only does conversion on the PATH variable itself. The rest of the variables needs to be listed in a special environment variable called `PATHLIKE_VARS` (which takes comma separated values) prior to dash startup. 2 2 3 I'm still thinking if we should support more variables by default (i.e. w/o the need to specify them in PATHLIKE_VARS), like TM IDIR (used e.g. in ffmpeg configure) or HOME (also frequently used). The question is which ones exactly. As this list may be pretty big...3 I'm still thinking if we should support more variables by default (i.e. w/o the need to specify them in PATHLIKE_VARS), like TMPDIR (used e.g. in ffmpeg configure) or HOME (also frequently used). The question is which ones exactly. As this list may be pretty big...