ash: fix "char == CTLfoo" comparison signedness bug
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 30 Mar 2018 21:03:29 +0000 (23:03 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Apr 2018 11:04:11 +0000 (13:04 +0200)
commit78ee8fc3e457452a6cdd25802b85f45b064bb845
tree22f3e3f7be290e9f94880305c08104b33313e89b
parent08cbe510dd779106c03e0699dac9c8d0347cec6b
ash: fix "char == CTLfoo" comparison signedness bug

It usually does not bite since bbox forces -funsigned-char build.
But for some reason void linux people disabled that.

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