Re: Bash git repository on savannah

2011-11-24 Thread Mike Frysinger
On Wednesday 23 November 2011 23:23:43 Chet Ramey wrote: > I spent a little while messing around with git over the past couple of > days, and ended up updating the bash git repository on savannah > (http://git.savannah.gnu.org/cgit/bash.git to browse the sources). > Bash-4.2 patch 20 is the head of

Re: Execution strange when get lines of the console in script with command substitution and the rediretion of the stderr.

2011-11-24 Thread Jonathan Nieder
(+cc: help-bash, -cc: bug-bash, bcc: bug-bash) Hi, QGZ wrote: > $ cat abc.sh > #!/bin/bash > tput lines > echo $(tput lines) [...] > $ ./abc.sh 2>/dev/null > > We will get : > 50 > 24 This is an ncurses question, not a "bash" questi

Re: Bash git repository on savannah

2011-11-24 Thread Joachim Schmitz
Chet Ramey wrote: I spent a little while messing around with git over the past couple of days, and ended up updating the bash git repository on savannah (http://git.savannah.gnu.org/cgit/bash.git to browse the sources). Bash-4.2 patch 20 is the head of the tree, and there's a branch containing th