* environ.cc: Set reset_com to false to mimic linux behavior more closely.

This commit is contained in:
Christopher Faylor
2001-10-31 16:30:46 +00:00
parent 928eca7a58
commit 747e577331
3 changed files with 7 additions and 1 deletions

View File

@@ -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;