summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cygwin_util.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-02-14 06:38:36 +1100
committerDamien Miller <djm@mindrot.org>2012-02-14 06:38:36 +1100
commit7b7901c330f7b50e8c6b2929cf329c451bce6c7e (patch)
tree7dbc2dda21cff0b5c8f63237e0722712989bcd6d /openbsd-compat/bsd-cygwin_util.c
parentdb854559be225497fd43fe4a1ff93356204567f3 (diff)
downloadopenssh-git-7b7901c330f7b50e8c6b2929cf329c451bce6c7e.tar.gz
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
preserved Cygwin environment variables; from Corinna Vinschen
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.c')
-rw-r--r--openbsd-compat/bsd-cygwin_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c
index 9eedc88d..6befc016 100644
--- a/openbsd-compat/bsd-cygwin_util.c
+++ b/openbsd-compat/bsd-cygwin_util.c
@@ -76,6 +76,7 @@ static struct wenv {
{ NL("OS=") },
{ NL("PATH=") },
{ NL("PATHEXT=") },
+ { NL("PROGRAMFILES=") },
{ NL("SYSTEMDRIVE=") },
{ NL("SYSTEMROOT=") },
{ NL("WINDIR=") }