Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15245] improve libhash for newer bash

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 15245] improve libhash for newer bash
  • Date: 15 Sep 2011 09:39:08 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15245





--- Comment #1 from Jaka Kranjc <svn AT lynxlynx.info> 2011-09-15 04:39:06 ---
associative arrays are unfortunately not usable yet, as they can't be
exported:
$ export z=1234245
$ bash -c 'echo $z'
1234245
$ HASH_gg45te["a35 dh dfhdz65e"]=2222
$ echo ${HASH_gg45te[@]}
2222
$ export HASH_gg45te
$ bash -c 'echo $HASH_gg45te'

$

Also note that ordering of the elements is not ensured, but this may well be
irrelevant.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page