Issue with 'key' for associative arrays

2020-11-25 Thread Frans de Boer
LS, Unless I have not read the manual properly, bash has an issue with the key part used to address a value within associated arrays. I tried this in the bash 4.4.x and 5.x series of bash under OpenSUSE 15.2 and TW. Addressing associative arrays with an array statement - like echo ${k["${a[x

Re: Comparison failure

2008-01-10 Thread Frans de Boer
nd yes, the use of these comparison tokens is not well documented either. I have always read the documentation that they where interchangeable, which is clearly not the case. Thanks, subject can be closed. Frans de Boer. On Thu, 2008-01-10 at 16:17 +0200, Pierre Gaston wrote: > On Jan 10, 2008 3

Comparison failure

2008-01-10 Thread Frans de Boer
lare -i fVerbose=1 unset fQuiet if [[ $3 == [1-9] ]]; then fDEBUG=$3 shift 1 fi ;; If the fDEBUG variable is set to 3, less or not declared at all, example two applies, otherwise example 1 applies. It has worked with previous version of bash, so I suspect that it's a bash error. Can you help? Kind regards Frans de Boer.

ulimit and -e switch

2007-02-22 Thread Frans de Boer
rom: Frans de Boer To: bug-bash@gnu.org Subject: [ulimit and -e switch] Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -pg -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='l inux-gnu&

Re: NOT changing global variables

2006-12-29 Thread Frans de Boer
I have the confirmation that it's not so strait forward as I expected. Never mind, I now know better, so thanks for the comment anyway. KR, Frans de Boer (NL). On Fri, 2006-12-29 at 18:56 +0100, Andreas Schwab wrote: > Frans de Boer <[EMAIL PROTECTED]> writes: > > > Okay, the f

NOT changing global variables

2006-12-29 Thread Frans de Boer
o return a value but also alter other global variables. Kind regards, Frans de Boer. ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash