Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-31 19:30:46 +0300
committerChristopher Faylor <me@cgf.cx>2001-10-31 19:30:46 +0300
commit747e5773319f36839927dd67005ceab836ede48d (patch)
tree0da3a39c186ba8baa40a85f5441f327031c119eb /winsup/cygwin/environ.cc
parent928eca7a5814489a64bdba00bf37bda876761d45 (diff)
* environ.cc: Set reset_com to false to mimic linux behavior more closely.
Diffstat (limited to 'winsup/cygwin/environ.cc')
-rw-r--r--winsup/cygwin/environ.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/environ.cc b/winsup/cygwin/environ.cc
index e311e4b56..fcd126212 100644
--- a/winsup/cygwin/environ.cc
+++ b/winsup/cygwin/environ.cc
@@ -36,7 +36,7 @@ extern BOOL allow_winsymlinks;
extern BOOL strip_title_path;
extern int pcheck_case;
extern int subauth_id;
-BOOL reset_com = TRUE;
+BOOL reset_com = FALSE;
static BOOL envcache = TRUE;
static char **lastenviron;