Re: /dev/fd/62: No such file or directory

2014-03-31 Thread Greg Wooledge
On Fri, Mar 28, 2014 at 06:14:27PM -0700, Linda Walsh wrote: > Does read varname <<<$(...) use process substitution? I wouldn't dare write it like that, because who knows how the parser will treat it. I'd write it this way: read varname <<< "$(...)" This is a command substitution and a here-str

Bash-4.3 Official Patch 1

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-001 Bug-Reported-by:NBaH Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2014-02/msg00092.html Bug-Descri

Bash-4.3 Official Patch 2

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-002 Bug-Reported-by:Moe Tunes Bug-Reference-ID: <53103f49.3070...@gmail.com> Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/

Bash-4.3 Official Patch 3

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-003 Bug-Reported-by:Anatol Pomozov Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00010.h

Bash-4.3 Official Patch 4

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-004 Bug-Reported-by:Daan van Rossum Bug-Reference-ID: <20140307072523.ga14...@flash.uchicago.edu> Bug-Reference-URL: Bug-Description: The

Bash-4.3 Official Patch 5

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-005 Bug-Reported-by:David Sines Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2014-03/msg00037.html Bu

Bash-4.3 Official Patch 6

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-006 Bug-Reported-by:Eduardo A . Bustamante Lopez Bug-Reference-ID: <20140228170013.ga16...@dualbus.me> Bug-Reference-URL: http://lists.gnu.

Bash-4.3 Official Patch 7

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-007 Bug-Reported-by:geir.ha...@gmail.com Bug-Reference-ID: <20140318093650.b181c1c5...@gina.itea.ntnu.no> Bug-Reference-URL: http://lists.gn

Bash-4.3 Official Patch 8

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.3 Patch-ID: bash43-008 Bug-Reported-by:Stephane Chazelas Bug-Reference-ID: <20140318135901.gb22...@chaz.gmail.com> Bug-Reference-URL: http://lists.gnu.org/arc

Bash-4.2 Official Patch 46

2014-03-31 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.2 Patch-ID: bash42-046 Bug-Reported-by:"Theodoros V. Kalamatianos" Bug-Reference-ID: <20140112011131.ge17...@infinity.metashade.com> Bug-Reference-URL: http:/

Reverse incremental search provoking errors

2014-03-31 Thread Thomas Bolemann
In bash-4.3-beta2 a new feature has been introduced under 2. a. Changed message when an incremental search fails to include "failed" in the prompt and display the entire search string instead of just the last matching portion. But there's another side effect to this: the st