only override the variables HOMEPATH and HOMEDRIVE if they are not set
commitc432b41bbdd31389c59626e2ad63d85ac3dc5ba6
authorHeiko Voigt <hvoigt@hvoigt.net>
Tue, 12 May 2009 15:40:56 +0000 (12 17:40 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 12 May 2009 16:38:52 +0000 (12 18:38 +0200)
treeb6140658b5252e2068fa0923deca03f8ea029b98
parentdce98d540c3d7f324331795a1c5515f9227faa69
only override the variables HOMEPATH and HOMEDRIVE if they are not set

It seems that in old windows systems these variables were quite unreliable.
So they were overriden by using the information the function NetGetInfo
returned for the current user. As this does not seem to be true anymore
we do not override them if they exist in the default environment.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
src/rt/patches/0007-only-override-the-variables-HOMEPATH-and-HOMEDRIVE-i.patch [new file with mode: 0644]