Actions
Bug #19986
closedWin32: `HOME` is set to just `HOMEDRIVE` if `HOMEPATH` is unset
Bug #19986:
Win32: `HOME` is set to just `HOMEDRIVE` if `HOMEPATH` is unset
Description
$ env -u HOME -u USERPROFILE -u HOMEPATH HOMEDRIVE=no/such/home ./miniruby.exe -e 'p ENV["HOME"], Dir.home'
"no/such/home"
"no/such/home"
HOMEDRIVE should be ignored without HOMEPATH, and HOME should fallback to CSIDL_PROFILE.
Updated by nobu (Nobuyoshi Nakada) 9 days ago
- Status changed from Open to Closed
Actions