Opened 8 years ago
Closed 8 years ago
#235 closed defect (fixed)
os2-base: Add TMPDIR to CONFIG.SYS
Reported by: | Lewis Rosenthal | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | spec files | Version: | |
Severity: | medium | Keywords: | |
Cc: | dave.r.yeo@… |
Description
Considering how many things need %TMPDIR%, we should add this and point it to %TMP%.
Change History (7)
comment:1 by , 8 years ago
Cc: | added |
---|
comment:2 by , 8 years ago
comment:3 by , 8 years ago
REM [ Temporary Directories ] SET TMP=C:\var\temp SET TEMP=C:\var\temp SET TMPDIR=C:\var\temp
comment:4 by , 8 years ago
Whether ArcaOS sets it or not is beside the point. Remember that ANPM will install the bootstrap on Warp 4 FP13, and that *surely* doesn't have it set. I really think that like setting TERM, this should be set in os2-base. Do you see any bad effects?
comment:5 by , 8 years ago
not a bad sideeffect, but only setting TMPDIR would be wrong. So we either set all 3, as all might be used, or none.
comment:6 by , 8 years ago
For many unix software only TMPDIR matters but we should definitely set all three (and keep them in sync) as TMP is used in some rare cases and OS/2 software of course uses TEMP.
shouldn't ArcaOS set this value anyway? eCS at least had it set IIRC. At least all my systems have it and I doubt I added them by hand.