Artificial intelligent assistant

Since which version does busybox ash built with ASH_BASH_COMPAT include array support? March 12th, 2009 Denys Vlasenko wrote: > Plans to implement it -- _BASH like array support_ -- eventually for `ASH_BASH_COMPAT`, yes. Need to have enough free time for that. (volunteers much welcomed) Since which `busybox` version does its `ash` compiled with `ASH_BASH_COMPAT` enabled include BASH like array support?

It doesn't.

I just pulled the latest version at < and built it with `ASH_BASH_COMPAT` enabled. (It's enabled by default; see `shell/Config.in`).


$ bash -c 'a=(zero one two) ; echo ${a[2]}'
two
$ ./busybox ash -c 'a=(zero one two) ; echo ${a[2]}'
ash: syntax error: unexpected "("
$


The latest update was 2017-12-26 20:19.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy be45b25ebc4441997a3ed5c429978686