Re: source command horribly broken after Cygwin update

2007-07-14 Thread Olivier Lefevre
> swap over to using text mounts That doesn't seem to make any difference. > use the cygwin-specific igncr bash option Thanks, that does work. -- O.L. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: source command horribly broken after Cygwin update

2007-07-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Olivier Lefevre on 7/14/2007 9:26 PM: >> Did you read the announcements/README? > > Admittedly no. I updated in a rush after a new antivirus broke my cygwin > installation and didn't read anything. In any case I don't expect and I > don't

Re: source command horribly broken after Cygwin update

2007-07-14 Thread Olivier Lefevre
> googling first before posting would save some embarrassment on > your part. Thanks for the answer but I am not the least bit embarrassed: I _had_ looked for posting with "source" in the subject using my news reader to no avail. As for googling, that returned too many irrelevant links. > Did

Re: source command horribly broken after Cygwin update

2007-07-14 Thread Olivier Lefevre
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Olivier Lefevre on 7/14/2007 8:49 PM: Current bash version is 3.2.17(15)-release. When I read an alias file with source weird results ensue. E.g., if the alias file is alias rm='rm -i' alias mv='mv -i' then 'sour

Re: source command horribly broken after Cygwin update

2007-07-14 Thread Igor Peshansky
On Sun, 15 Jul 2007, Olivier Lefevre wrote: > Current bash version is 3.2.17(15)-release. When I read an alias file > with source weird results ensue. E.g., if the alias file is > > alias rm='rm -i' > alias mv='mv -i' > > then 'source /etc/alias' followed by 'alias' shows > > 'lias mv='mv -i

Re: source command horribly broken after Cygwin update

2007-07-14 Thread Larry Hall (Cygwin)
Olivier Lefevre wrote: Current bash version is 3.2.17(15)-release. When I read an alias file with source weird results ensue. E.g., if the alias file is alias rm='rm -i' alias mv='mv -i' then 'source /etc/alias' followed by 'alias' shows 'lias mv='mv -i 'lias rm='rm -i A related probl

Re: source command horribly broken after Cygwin update

2007-07-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Olivier Lefevre on 7/14/2007 8:49 PM: > Current bash version is 3.2.17(15)-release. When I read an alias file > with source weird results ensue. E.g., if the alias file is > > alias rm='rm -i' > alias mv='mv -i' > > then 'source /etc

source command horribly broken after Cygwin update

2007-07-14 Thread Olivier Lefevre
Current bash version is 3.2.17(15)-release. When I read an alias file with source weird results ensue. E.g., if the alias file is alias rm='rm -i' alias mv='mv -i' then 'source /etc/alias' followed by 'alias' shows 'lias mv='mv -i 'lias rm='rm -i A related problam exists with env file.