Re: <> returns syntax error

2016-07-28 Thread Marco Atzeri
On 28/07/2016 14:55, 45ownu+e60iporpd8...@guerrillamail.com wrote: Steps to reproduce (I cannot update cygwin on this server, but it also happen on 2.5.2(0.297/5/3)): Main window: $ uname -r 1.7.25(0.270/5/3) $ expr 100 * 100 1 --- Other window: $ $ uname -r 1.7.25(0

Re: <> returns syntax error

2016-07-28 Thread Adam Dinwoodie
On Thu, Jul 28, 2016 at 12:55:43PM +, 45ownu+e60iporpd8...@guerrillamail.com wrote: > Steps to reproduce (I cannot update cygwin on this server, but it also happen > on 2.5.2(0.297/5/3)): > Main window: > $ uname -r > 1.7.25(0.270/5/3) > $ expr 100 * 100 > 1 > > --- >

<> returns syntax error

2016-07-28 Thread 45ownu+e60iporpd8lec
Steps to reproduce (I cannot update cygwin on this server, but it also happen on 2.5.2(0.297/5/3)): Main window: $ uname -r 1.7.25(0.270/5/3) $ expr 100 * 100 1 --- Other window: $ $ uname -r 1.7.25(0.270/5/3) $ HOST=myhostname $ echo 'whatever' > $HOST.txt --