RE: echo "$(echo '\r')" oddity

2005-05-09 Thread Jan Just Keijser
#x27;cygwin@cygwin.com' > Subject: Re: echo "$(echo '\r')" oddity > > Jan Just Keijser wrote: > > > in interactive mode the command seems to work fine. What happens if > > you build socat and then run the test script (./test.sh) ? > Which te

RE: echo "$(echo '\r')" oddity

2005-05-08 Thread Jan Just Keijser
Hi Brian, in interactive mode the command seems to work fine. What happens if you build socat and then run the test script (./test.sh) ? Which tests does it fail on? What DOES fail for me is $ socat -t 0.1 exec:'openssl s_server -accept 12002 -quiet -cert cacert.pem -key privkey.pem' pipe & $ ec

RE: echo "$(echo '\r')" oddity

2005-05-04 Thread Jan Just Keijser
jser > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent > Sent: Tuesday, May 03, 2005 17:54 > To: 'cygwin@cygwin.com' > Subject: Re: echo "$(echo '\r')" oddity > > Jan Just Keijser wrote: &

RE: echo "$(echo '\r')" oddity

2005-05-03 Thread Jan Just Keijser
ho "$(echo '\r')" oddity > > > Jan Just Keijser wrote: > > > I have just run into a Cygwin vs Linux oddity that I cannot > explain. I've > > managed to trace the problem back to a very simple statement: > > echo "$(echo -e &#x

echo "$(echo '\r')" oddity

2005-05-03 Thread Jan Just Keijser
Hi, I have just run into a Cygwin vs Linux oddity that I cannot explain. I've managed to trace the problem back to a very simple statement: echo "$(echo -e '\r')" | od -x on my W2K Cygwin install (Cygwin1.dll 2005/04/01), this produces 000 000a 001 On Linux, this command produces:

echo "$(echo '\r')" oddity

2005-05-03 Thread Jan Just Keijser
Hi, I have just run into a Cygwin vs Linux oddity that I cannot explain. I've managed to trace the problem back to a very simple statement: echo "$(echo -e '\r')" | od -x on my W2K Cygwin install (Cygwin1.dll 2005/04/01), this produces 000 000a 001 On Linux, this command produces: