Bash-3.2 Official patch 1

2006-10-17 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 3.2 Patch-ID: bash32-001 Bug-Reported-by:Greg Schafer <[EMAIL PROTECTED]> Bug-Reference-ID: <[EMAIL PROTECTED]> Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-

Re: bash 3.2 breaks KDE 3.x configure scripts

2006-10-17 Thread Bernhard Rosenkraenzer
On Tuesday, 17. October 2006 14:14, Bernhard Rosenkraenzer wrote: > Trying to run ./configure (fairly standard autoconf generated script) for > KDE 3.x kdebase results in [...] > > It works after reverting to bash 3.1 (while leaving KDE/autoconf the same) Fix for bash 3.2 attached. --- bash-3.2/pa

bash 3.2 breaks KDE 3.x configure scripts

2006-10-17 Thread Bernhard Rosenkraenzer
Trying to run ./configure (fairly standard autoconf generated script) for KDE 3.x kdebase results in: checking for MAXPATHLEN... ./configure: line 61366: syntax error near unexpected token `do' ./configure: line 61366: ` dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`' As usu

Re: bash manual

2006-10-17 Thread V. Mark Lehky
OK, Thank You, VML. Chet Ramey wrote: V. Mark Lehky wrote: Hi, I can't find this text in my manual. Is there a more recent version somewhere than ? Sure. The 2.05b manual is over four years old. Try http://cnswww.cns.cwru.edu/~chet/bas

Re: bash manual

2006-10-17 Thread Chet Ramey
V. Mark Lehky wrote: > Hi, > > I can't find this text in my manual. Is there a more recent version > somewhere than ? Sure. The 2.05b manual is over four years old. Try http://cnswww.cns.cwru.edu/~chet/bash/bashref.html for the current (bash

Re: bash manual

2006-10-17 Thread V. Mark Lehky
Hi, I can't find this text in my manual. Is there a more recent version somewhere than ? So, since 'export -f' apparently does the same thing as 'declare -xf', I'm just wondering why have two commands do the same thing? Or did I interpret