diff options
author | Damien Miller <djm@mindrot.org> | 2012-02-14 06:38:36 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-02-14 06:38:36 +1100 |
commit | 7b7901c330f7b50e8c6b2929cf329c451bce6c7e (patch) | |
tree | 7dbc2dda21cff0b5c8f63237e0722712989bcd6d /openbsd-compat | |
parent | db854559be225497fd43fe4a1ff93356204567f3 (diff) |
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
preserved Cygwin environment variables; from Corinna Vinschen
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c index 9eedc88d2..6befc016f 100644 --- a/openbsd-compat/bsd-cygwin_util.c +++ b/openbsd-compat/bsd-cygwin_util.c | |||
@@ -76,6 +76,7 @@ static struct wenv { | |||
76 | { NL("OS=") }, | 76 | { NL("OS=") }, |
77 | { NL("PATH=") }, | 77 | { NL("PATH=") }, |
78 | { NL("PATHEXT=") }, | 78 | { NL("PATHEXT=") }, |
79 | { NL("PROGRAMFILES=") }, | ||
79 | { NL("SYSTEMDRIVE=") }, | 80 | { NL("SYSTEMDRIVE=") }, |
80 | { NL("SYSTEMROOT=") }, | 81 | { NL("SYSTEMROOT=") }, |
81 | { NL("WINDIR=") } | 82 | { NL("WINDIR=") } |