- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
preserved Cygwin environment variables; from Corinna Vinschen
This commit is contained in:
parent
db854559be
commit
7b7901c330
|
@ -1,3 +1,7 @@
|
|||
20120214
|
||||
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
|
||||
preserved Cygwin environment variables; from Corinna Vinschen
|
||||
|
||||
20120211
|
||||
- (djm) OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2012/01/05 00:16:56
|
||||
|
|
|
@ -76,6 +76,7 @@ static struct wenv {
|
|||
{ NL("OS=") },
|
||||
{ NL("PATH=") },
|
||||
{ NL("PATHEXT=") },
|
||||
{ NL("PROGRAMFILES=") },
|
||||
{ NL("SYSTEMDRIVE=") },
|
||||
{ NL("SYSTEMROOT=") },
|
||||
{ NL("WINDIR=") }
|
||||
|
|
Loading…
Reference in New Issue