ash: fix BASE##nn bashism for bases 36..64
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Sep 2019 21:40:10 +0000 (23:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Oct 2019 14:54:40 +0000 (16:54 +0200)
commit49a8839638cb335a2fe8a3a332e97fbb01027a72
tree82cf95b18f7fd56b8218ef401a0382ce31a5ba97
parent3004510fdc7dfb0c511cfdc0011011bf65a75345
ash: fix BASE##nn bashism for bases 36..64

function                                             old     new   delta
evaluate_string                                      876     932     +56

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/math.c