ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 22 Sep 2019 16:26:05 +0000 (18:26 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Oct 2019 14:54:40 +0000 (16:54 +0200)
commit3004510fdc7dfb0c511cfdc0011011bf65a75345
treedb0b57dc068e55b21ca8c3b54c80fedd31e3d6fc
parentd6a8784f2790f72b1d147e099f48aeb480b29f1a
ash: fix BASE##nn bashism to accept letter 'digits' for bases > 9

function                                             old     new   delta
evaluate_string                                      873     876      +3

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