Fix `if' handling invalid compare expressions..
commit74c7cacd16f2043359b2de467145c37a19a6e2ea
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Thu, 11 Jun 2015 20:40:12 +0000 (11 22:40 +0200)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Thu, 11 Jun 2015 20:42:48 +0000 (11 22:42 +0200)
treedf29cb7d527eb5308ff90f0da4ec2b84074bdf29
parent86ebce6f5a66d938bbc682b3ec1e93f8585dd92e
Fix `if' handling invalid compare expressions..

This happens when the test environment cannot be used to test
false syntax but only for testing correctness of valid ones!

So the error with `if' is that invalid operators like @@ or the
like would be swallowed and be rather random (at least in respect
to what the user would expect).
cmd_cnd.c