* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".

This commit is contained in:
Christopher Faylor 2005-11-08 16:32:09 +00:00
parent 2b7992f5ad
commit 1f99dd3ecf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-08 Christopher Faylor <cgf@timesys.com>
* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".
2005-11-07 Corinna Vinschen <corinna@vinschen.de>
* times.cc (futimes): Redirect to utimes_worker if given file

View File

@ -876,7 +876,7 @@ static NO_COPY spenv spenvs[] =
{NL ("HOMEPATH="), false, false, &cygheap_user::env_homepath},
{NL ("LOGONSERVER="), false, false, &cygheap_user::env_logsrv},
{NL ("PATH="), false, true, NULL},
{NL ("SYSTEMDRIVE="), false, false, NULL},
{NL ("SYSTEMDRIVE="), false, true, NULL},
{NL ("SYSTEMROOT="), true, true, &cygheap_user::env_systemroot},
{NL ("USERDOMAIN="), false, false, &cygheap_user::env_domain},
{NL ("USERNAME="), false, false, &cygheap_user::env_name},