Re: 'hostname' now returns lower case

2003-02-08 Thread Thorsten Kampe
* Lynn Wilson (03-02-08 05:53 +0100) > I'm now running cygwin 1.3.19-1. I've recently noticed that a bash script that > previously worked is failing. The problem is that the 'hostname' command used > to return an upper case machine name. It now returns a lower case name. > > Which is correct?

'hostname' now returns lower case

2003-02-07 Thread Lynn Wilson
I'm now running cygwin 1.3.19-1. I've recently noticed that a bash script that previously worked is failing. The problem is that the 'hostname' command used to return an upper case machine name. It now returns a lower case name. Which is correct? I modified my script to accept either case.