Hi, Yes that is a test I added, and did not think of older versions of bash (have not used bash3 in quite a long time :-) Actually, if we have bash3, then we should not use the associative arrays at all, but fallback to the lists. Will give it a go. --paf On Wed, Apr 23, 2014 at 3:51 PM, Skip Collins wrote: > On Tue, Apr 22, 2014 at 5:22 PM, Bastien wrote: > > Mhh... okay then, thanks for mentioning it. > > The stackoverflow link contains what appears to be a good workaround > that functions in old and new versions of bash. Perhaps Pascal Fleury > could modify the org code to avoid using 'declare -A' when bash > version < 4. > -- --paf