Opened 16 years ago
Closed 16 years ago
#78 closed defect (fixed)
msys.bat overrides %HOME%
Reported by: | maphew | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | msys | |
Cc: |
Description
etc/ini/msys.bat
overrides the HOME variable. HOME often doesn't exist on Windows machines, it is not a system default, but if a user does define one s/he may be perplexed if they don't notice msys change it. The fix, to only set home if not defined, is simple:
if not defined HOME set HOME=%USERPROFILE%
Attachments (1)
Change History (2)
by , 16 years ago
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
There isn't a pkg page for msys, and thus no maintainer to contact, so I went ahead and applied the changes to release package system as msys-1.0.11-3.tar.bz2. I hope I didn't step on anyone's toes.
Note:
See TracTickets
for help on using tickets.
msys.bat with patch applied