ash: make tryexec(cmd) parameter const char
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Jul 2017 23:20:53 +0000 (01:20 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Jul 2017 23:20:53 +0000 (01:20 +0200)
commit00a1dbd230a3e0ee2cea84130b7f20d9c9a9cf4e
tree65a624322c1234b0e50d19b2124ea1af0c84fffd
parentf128bdbbd7ab14146a45166d20348f7705888353
ash: make tryexec(cmd) parameter const char

Fewer casts this way.

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