X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=TVXsHfdjfeC6NItk7A/kAvVDd419TCs9sKvq8TbKuDr
	Y2vs5erbPCtQPPtVifUh/gq7Z1xYQ/7DABhnBdzdwtHqoa91vApX+pTqvZjzgPJR
	Zftm5eBM8hZf9ms/b/mAfc7DiXjkXIa2U1llk0QJoXnc1107XbYYDDJqLQto0yfs
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:references:in-reply-to:from:date
	:message-id:subject:to:content-type:content-transfer-encoding;
	 s=default; bh=cLrgHyXNeihEpCkrgyQjiSRgOls=; b=GwNdcUUINQbHj11s/
	el5oFVWstJfCLSqyNMzenNW5VKTX3ATtKoEavnfa39O1UOTqi/y8ixQ8pcAFzOd6
	jJxuBb4VSNMoOfcZJFJ1jQHhHJftw0If1Kbg5ZWV4QDSw0rrvvmiFCtq0OnyKQkO
	kSjp7iwgoHSEzqmfofR7yBq59I=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*c:alternative
X-HELO: mail-ed1-f43.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=mime-version:references:in-reply-to:from:date:message-id:subject:to;        bh=iK4TKOV3Pl5dLcOWfwgZMivThQ2w4VFiopzZMU5YmBw=;        b=mKoBN4LlrXYP1ZNKX99SSHE4PZU67OQ/k6KOySmjgNTyAg4Hi+ob++1wSTOmLsHqCS         Llju7oW1/y9YRVwhpfe+dcJcYq/76pvR70qWatsDmn/UPtfir5FQrgP/dKZGUgpebltL         obaNxG6EitQNRAuhaBAFvT9UGsZiNX845vaQ1G7mpxKBdp/NvdhUVwDHNI+MIN3cu6jx         ruZSYcxs3zA74BaU3bqUQK4CQh9kMfyl6tev7dQS8nYGepRNS/Mfsq7sYNS7nMQVxa/l         iKF2aRmO0Vrf1snURf4IUNxFTmJfMC5ztV9Y34bi+9z4EbMZqMKgatS8TDLYL3Dvkz/j         AAcw==
MIME-Version: 1.0
References: <CAA5t8Vo_kdqfAO1L_z-xf8mzp=fK3AuTYRmoqHLKLiz33Rx-mQ@mail.gmail.com> <852665122.20190816134116@yandex.ru> <CAA5t8Vp9xRjv1Quy02Xoy+FXFGxqrPgYOp_f7ecNrP=HP+bYdA@mail.gmail.com> <c8a9c033-723f-7018-2c32-d8254e5c9f70@t-online.de>
In-Reply-To: <c8a9c033-723f-7018-2c32-d8254e5c9f70@t-online.de>
From: David Karr <davidmichaelkarr@gmail.com>
Date: Fri, 16 Aug 2019 11:30:47 -0700
Message-ID: <CAA5t8Vo-0k+TCpmy7YHhiMZuXV8h5-FA2dX2XWPndZ0gujG2jw@mail.gmail.com>
Subject: Re: More on Win7 update messing up HOME
To: The Cygwin Mailing List <cygwin@cygwin.com>
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x7GIVh9C024944

On Fri, Aug 16, 2019 at 10:32 AM Hans-Bernhard Bröker wrote:

> Am 16.08.2019 um 15:28 schrieb David Karr:
> > On Fri, Aug 16, 2019 at 3:50 AM Andrey Repin wrote:
>
> >> Do you have %HOME% variable set in your user environment?
> >> Do you have %HOMEDRIVE%/%HOMEPATH% variables defined to something
> >> unsettling?
>
> > I checked "Environment Variables" in control panel, and I'm not setting
> > anything beginning with "HOME" in either user or system variables.
>
> That check is not really useful, though.
>
> You need to look at the actual environment constructed for a user
> process, at run-time.  About the easiest is to start a Windows command
> shell (Start->Run "cmd") and look at the output of the "set" command.
>
> In cases of looking for names starting with some prefix, like here, you
> can narrow down the search:
>
>         set HOME
>

That just results in:

    HOMEDRIVE=C:
    HOMEPATH=\Users\<myuid>

I detailed this in another reply, but this would fit one of those checks,
which should result in "C:\Users\<myuid>", which is my Windows home
directory, which does exist.  I don't want it to use this, but it's not
anyway.  It's resulting in "/" as my Cygwin home.


> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


