[Fwd: Re: printf -v variable ignores nullglob]

2007-05-24 Thread Elmar Stellnberger
where in memory by now. * The error occurs in a rather nondeterministic manner. * It does not occur on startup but right after some time of working. P.S.: Please do not wipe this under your table. It has occured more than once. --- Begin Message --- Chet Ramey wrote: Elmar Stellnberger wrote:

syntax check of procedure definition fails if extglob is not set

2007-05-15 Thread Elmar Stellnberger
Configuration Information [Automatically generated, do not change]: Machine: i586 OS: linux Compiler: gcc -I/usr/src/packages/BUILD/bash-3.1 -L/usr/src/packages/BUILD/bash-3.1/../readline-5.1 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' -DCONF_OSTYPE='linux' -DCONF_MACHTYPE='i586-su

printf -v variable ignores nullglob

2007-05-15 Thread Elmar Stellnberger
Configuration Information [Automatically generated, do not change]: Machine: i586 OS: linux Compiler: gcc -I/usr/src/packages/BUILD/bash-3.1 -L/usr/src/packages/BUILD/bash-3.1/../readline-5.1 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' -DCONF_OSTYPE='linux' -DCONF_MACHTYPE='i586-su

documentation error in the FAQs

2007-03-03 Thread Elmar Stellnberger
Bash Version: 3.1 Patch Level: 17 Release Status: release concerns: FAQ E4) "IFS=." inside a subprocess can not influence the read builtin: read A B C D < <(IFS=.; echo $(/usr/local/bin/ipaddr)) should be: IFS="." read A B C D < <(echo $(/usr/local/bin/ipaddr))

bash gets confused by ANSI sequences

2007-01-27 Thread Elmar Stellnberger
This bug has already been reported for konsole under bugs.kde.org, bug#Bug 48109 In a fact it is an error of bash, because I get the same results in text mode under vt01. Additionally Bug 138411 : cursor postion

assigning variables at the end of a pipeline

2007-01-27 Thread Elmar Stellnberger
From: [EMAIL PROTECTED] To: bug-bash@gnu.org Subject: assigning variables at the end of a pipeline Message-Id: <[EMAIL PROTECTED]> Date: Fri, 26 Jan 2007 17:18:28 +0100 (CET) Configuration Information [Automatically generated, do not change]: Machine: i586 OS: linux Compiler: gcc -I/usr/src/packag