RE: sshd + bash = crush on CRs

2007-03-09 Thread Eramo, Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eramo, Mark on 3/8/2007 2:41 PM: > >> Reread the release announcement. SHELLOPTS auto-tracks >> shell option settings, so you can do this in your .bash_profile: > >> export SHELLOPTS >> set -o igncr > > After adding this to my .bash_p

Re: sshd + bash = crush on CRs

2007-03-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eramo, Mark on 3/8/2007 2:41 PM: > >> Reread the release announcement. SHELLOPTS auto-tracks >> shell option settings, so you can do this in your .bash_profile: > >> export SHELLOPTS >> set -o igncr > > After adding this to my .bash_pr

Re: sshd + bash = crush on CRs

2007-03-08 Thread Christopher Faylor
On Thu, Mar 08, 2007 at 04:41:34PM -0500, Eramo, Mark wrote: >After adding this to my .bash_profile and starting Cygwin, I get the >following message > >bash: igncr: invalid option name >bash: set: igncr: invalid option name > >So it does not see this as a valid option. Am I missing something? Ye

RE: sshd + bash = crush on CRs

2007-03-08 Thread Eramo, Mark
> > I meant not my .bashrc and .bash_profile are readonly, but when I put > into them the line like this: > SHELLOPTS='igncr' > after logging in bash says to me that SHELLOPTS is readonly variable and > cannot be set. >Reread the release announcement. SHELLOPTS auto-tracks >shell option settings

RE: sshd + bash = crush on CRs

2007-02-19 Thread Eric Blake
> > I meant not my .bashrc and .bash_profile are readonly, but when I put > into them the line like this: > SHELLOPTS='igncr' > after logging in bash says to me that SHELLOPTS is readonly variable and > cannot be set. Reread the release announcement. SHELLOPTS auto-tracks shell option settings,

RE: sshd + bash = crush on CRs

2007-02-19 Thread Pavel Ivanoff
> From: Vaclav Haisman > > Pavel Ivanoff wrote: > > Hi, all! > > > > After updating bash to newest version on my server I've met problems > > with CR on my scripts. I've solved them with setting system variable > > SHELLOPTS to 'igncr'. And now they work fine when I login > to the server > > via

Re: sshd + bash = crush on CRs

2007-02-19 Thread Václav Haisman
Pavel Ivanoff wrote: > Hi, all! > > After updating bash to newest version on my server I've met problems > with CR on my scripts. I've solved them with setting system variable > SHELLOPTS to 'igncr'. And now they work fine when I login to the server > via Terminal Services. But when I login to the

sshd + bash = crush on CRs

2007-02-19 Thread Pavel Ivanoff
Hi, all! After updating bash to newest version on my server I've met problems with CR on my scripts. I've solved them with setting system variable SHELLOPTS to 'igncr'. And now they work fine when I login to the server via Terminal Services. But when I login to the server via sshd (last version ca