X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: mwoehlke <mwoehlke@tibco.com>
Subject:  Re: [ANNOUNCEMENT] Updated [experimental]: bash-3.1-7
Date:  Mon, 11 Sep 2006 18:39:53 -0500
Lines: 46
Message-ID: <ee4s4a$ibd$1@sea.gmane.org>
References:  <announce.45023251.3060809@byu.net> <ee48fe$fhd$1@sea.gmane.org> <20060911180903.GA21327@trixie.casa.cgf.cx> <ee4a4b$luj$1@sea.gmane.org> <loom.20060911T234951-468@post.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.0
In-Reply-To: <loom.20060911T234951-468@post.gmane.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Eric Blake wrote:
> mwoehlke <mwoehlke <at> tibco.com> writes:
> 
>>>> So $HOME is being set wrong. "echo $HOME | od -c" gives " /   h   o   m 
>>>>  e   /   m   w   o   e   h   l   k   e  \r  \n". "echo %HOME%" from a 
>>>> fresh cmd.exe gives "C:/Documents and Settings/mwoehlke". I ran d2u on 
>>>> /etc/profile, /etc/default/etc/profile and /etc/passwd.
> 
> I can't reproduce this.  Have you tried 'bash -lvx' for a verbose trace, to see 
> if some text-mode file is being sourced very early in your edited /etc/profile 
> which does HOME=/home/mwoehlke? The fact that Windows %HOME% is defined 
> differently than what you want in cygwin makes it seem like you are doing 
> something in /etc/profile to override what cygwin would normally do for $HOME.  

I tried 'bash -x'. Alas I stupidly did it when already in bash (hey, my 
non-bash shells are hard to get to! ;-)).

I did finally track it down; mwoehlke/.bash_profile in c:/documents and 
settings was DOS-format, and was re-invoking bash -l after changing 
HOME. I'm not sure how *that* wound up in DOS format; must've used 
Notepad the one-and-only time I edited it.

Sorry for the trouble. :-)

>> POSIXLY_CORRECT = '1' <-- what is setting this, and why?
> 
> That is being set by cygcheck, just before invoking external programs.  It 
> probably had something to do with forcing external programs to not rearrange 
> option arguments (for example, "ls foo --all" treats --all as an option, 
> but "POSIXLY_CORRECT=1 ls foo --all" treats --all as a filename).  But I think 
> it is possible to get along without doing it (repeating the example, "ls -- 
> foo --all" treats --all as a filename), and I personally think that cygcheck 
> should be patched to QUIT setting POSIXLY_CORRECT, so that we can tell the 
> masochists apart from normal users.

Ah, ok, so seeing it in cygcheck is a false positive. Didn't think that 
cygcheck would tinker with my environment (maybe it should know it is 
doing so and preserve the invocation value and print that?), so I didn't 
think to actually 'echo $POSIXLY_CORRECT'. :-)

IOW I agree with your suggestion. I just got a little freaked out 
thinking that Cygwin had unwittingly *made* me one of said users. ;-)

-- 
Matthew
KATE: Awesome Text Editor


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

