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>
Sun, 22 Sep 2019 16:26:05 +0000 (18:26 +0200)
commitca1ce4b9fa2b48f8898a51782543fe32546ba1ec
tree9bdde33fa93749361e594d32c97d615a4e813562
parentf159352112671e3c1e07356ebf6f590d8f79c8ff
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