summaryrefslogtreecommitdiffstats
path: root/common/cmd_read.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-02-03 13:21:04 -0700
committerTom Rini <trini@ti.com>2014-02-19 09:47:33 -0500
commitd9b651ce31f464605eb590db9f60dd0bf92238dc (patch)
tree502a26e510bfe2309dff499af8eea0b08037a33e /common/cmd_read.c
parent4c80f29edd33cc613d01c5e93dde380b98d3c20c (diff)
downloadblackbird-obmc-uboot-d9b651ce31f464605eb590db9f60dd0bf92238dc.tar.gz
blackbird-obmc-uboot-d9b651ce31f464605eb590db9f60dd0bf92238dc.zip
cmd_test: implement ! on sub-expressions
Currently, ! can only be parsed as the first operator in an expression. This prevents the following from working: $ if test ! ! 1 -eq 1; then echo yes; else echo no; fi yes $ if test ! 1 -eq 2 -a ! 3 -eq 4; then echo yes; else echo no; fi yes Fix this by parsing ! like any other operator, and and handling it similarly to -a and -o. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'common/cmd_read.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud