diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-31 16:30:46 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-31 16:30:46 +0000 |
commit | 747e5773319f36839927dd67005ceab836ede48d (patch) | |
tree | 0da3a39c186ba8baa40a85f5441f327031c119eb /winsup/cygwin/environ.cc | |
parent | 928eca7a5814489a64bdba00bf37bda876761d45 (diff) | |
download | cygnal-747e5773319f36839927dd67005ceab836ede48d.tar.gz cygnal-747e5773319f36839927dd67005ceab836ede48d.tar.bz2 cygnal-747e5773319f36839927dd67005ceab836ede48d.zip |
* 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.cc | 2 |
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; |