ash: suppress a compilation warning
authorCristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Fri, 1 Jan 2016 23:52:29 +0000 (00:52 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 1 Jan 2016 23:52:29 +0000 (00:52 +0100)
commitc2a2625bcbd0d883ca74afb5275e6fd9806936d2
tree6db89a33ae315c611a38333b580282a23fde12da
parent911d265faf34c90158f5ba0ef81d1d558ec595e6
ash: suppress a compilation warning

Reported by gcc (Debian 5.3.1-4) 5.3.1 20151219

shell/ash.c: In function 'evaltree':
shell/ash.c:8432:19: warning: logical not is only applied to the left hand side of comparison

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c