delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/04/01/11:23:26

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <1080.192.168.0.12.1112372562.squirrel@mail.morrison.mine.nu>
In-Reply-To: <Pine.GSO.4.61.0504011103400.14073@slinky.cs.nyu.edu>
References: <424D6CF0 DOT 3040104 AT gtri DOT gatech DOT edu> <Pine DOT GSO DOT 4 DOT 61 DOT 0504011103400 DOT 14073 AT slinky DOT cs DOT nyu DOT edu>
Date: Fri, 1 Apr 2005 17:22:42 +0100 (BST)
Subject: Re: Change to /etc/profile (Attn: base-files maintainer)
From: "John Morrison" <john AT morrison DOT mine DOT nu>
To: cygwin AT cygwin DOT com
Reply-To: john AT morrison DOT mine DOT nu
User-Agent: SquirrelMail/1.4.4
MIME-Version: 1.0

On Fri, April 1, 2005 5:06 pm, Igor Pechtchanski said:
> On Fri, 1 Apr 2005, Webb Roberts wrote:
>
>> I would suggest a small change to /etc/profile.
>>
>> /etc/profile is being run by bash, which has pretty substantial filename
>> expansion.  For example,
>>
>> 	echo [a-z]ib
>>
>> Will respond 'lib' if there is a lib directory.  In /etc/profile, there
>> is a
>> tr command:
>>
>> 	/usr/bin/tr [:upper:] [:lower:]
>>
>> which is hitting a couple of directories in my $HOME, namely 'r' and
>> 'w'.  So
>> the tr is getting weird arguments (tr r w r) and complaining. This could
>> be
>> fixed by changing that part to
>>
>> 	/usr/bin/tr '[:upper:]' '[:lower:]'
>>
>> Please let me know if there's a bug tracking system, or similar, to
>> which
>> you'd rather me submit this bug report.
>
> No, this is exactly the right place to submit this.  I knew there was
> something that was making me uneasy about the above code, but couldn't
> think of the reason.  Nice catch -- thanks for reporting it.
>
> John, I think it's a very good idea -- can you merge this in?

Sure (and the ones from Eric Blake), but not for a couple of weeks as I'm
just going away I'm afraid.  But both will be (more or less!) top of my
todo pile when I return.

J.


--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019