Re: rxvt hanging after latest cygwin update

2003-09-12 Thread Andrew DeFaria
September 08, 2003 09:12 Subject: rxvt hanging after latest cygwin update Hey all, I just upgraded my cygwin installation to the new release made available at the beginning of the month. Since this upgrade, my rxvt launch script doesn't work anymore. I have the following dos-batch script

Re: rxvt hanging after latest cygwin update

2003-09-12 Thread Corinna Vinschen
On Fri, Sep 12, 2003 at 10:29:19AM +0200, Thomas V. Fischer wrote: > Hello all, > > I figured out what was wrong. > > It seems to be the statement 'exec 2>&1' that is no longer working. $ cat foo.sh #!/bin/bash exec 0~/.foobar exec 2>&1 ls qwert foo.sh $ bash --login -c "./foo.sh" $ cat .foobar

Re: rxvt hanging after latest cygwin update

2003-09-12 Thread Thomas V. Fischer
Hello all, I figured out what was wrong. It seems to be the statement 'exec 2>&1' that is no longer working. Rgds - Original Message - From: "Thomas V. Fischer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 09:12 Su

rxvt hanging after latest cygwin update

2003-09-08 Thread Thomas V. Fischer
Hey all, I just upgraded my cygwin installation to the new release made available at the beginning of the month. Since this upgrade, my rxvt launch script doesn't work anymore. I have the following dos-batch script: start /i /min /separate /b $PATH2CYG\bash --login -c "/startrxvt.sh 12 &"