Re: Request to add my mirror site

2016-10-16 Thread Andrey Repin
Greetings, Camilo Lozano III! > Hello, > I would like to submit my mirror site to you guys and requesting to add > it to your list. Then do it as explained in the https://cygwin.com/mirrors.html#mirroradmin > Mirror Site: http://cygwin.nz.camilord.com/pub/cygwin/ > Region: New Zealand > Than

/dev/stderr problem

2016-10-16 Thread Thorsten Kampe
Hi, the following bash script results in a different output when redirected to a file. ``` printf "FIRST LINE\n" > /dev/stderr shopt -os xtrace printf "SECOMD LINE\n" > /dev/stderr ``` ``` $ bash script.sh FIRST LINE + printf 'SECOMD LINE\n' SECOMD LINE ``` ``` $ bash script.sh 2> file && cat

Re: /dev/stderr problem

2016-10-16 Thread Thorsten Kampe
* Thorsten Kampe (Mon, 17 Oct 2016 08:25:13 +0200) > the following bash script results in a different output when > redirected to a file. > > ``` > printf "FIRST LINE\n" > /dev/stderr > shopt -os xtrace > printf "SECOMD LINE\n" > /dev/stderr > ``` On further inspection: the `xtrace` is not rela