* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUG
with HOME.
This commit is contained in:
parent
ce132d0ffd
commit
7273344558
|
@ -1,3 +1,8 @@
|
|||
2005-06-08 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* environ.cc (spenvs): Remove cut/paste error which associated
|
||||
CYGWIN_DEBUG with HOME.
|
||||
|
||||
2005-06-08 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* security.cc (cygwin_logon_user): Run LogonUser in the primary
|
||||
|
|
|
@ -870,7 +870,7 @@ struct spenv
|
|||
static NO_COPY spenv spenvs[] =
|
||||
{
|
||||
#ifdef DEBUGGING
|
||||
{NL ("CYGWIN_DEBUG="), false, true, &cygheap_user::env_homedrive},
|
||||
{NL ("CYGWIN_DEBUG="), false, true, NULL},
|
||||
#endif
|
||||
{NL ("HOMEDRIVE="), false, false, &cygheap_user::env_homedrive},
|
||||
{NL ("HOMEPATH="), false, false, &cygheap_user::env_homepath},
|
||||
|
|
Loading…
Reference in New Issue