All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] HUSH logical AND/OR expressions
@ 2015-04-27 13:39 Joakim Tjernlund
  2015-04-28 18:00 ` Joe Hershberger
  0 siblings, 1 reply; 8+ messages in thread
From: Joakim Tjernlund @ 2015-04-27 13:39 UTC (permalink / raw)
  To: u-boot

Trying to get a better handle of HUSH shell expressions, this does not work as I expect:
=> false && true || echo ECHO
=> false && false || echo ECHO

none prints ECHO, seems like a bug?

This the only one that prints ECHO
>= true && false || echo ECHO

 Jocke

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-04-29 15:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 13:39 [U-Boot] HUSH logical AND/OR expressions Joakim Tjernlund
2015-04-28 18:00 ` Joe Hershberger
2015-04-28 18:19   ` James Chargin
2015-04-28 18:35     ` Joe Hershberger
2015-04-28 19:13       ` James Chargin
2015-04-28 19:47         ` Joe Hershberger
2015-04-28 22:51           ` Wolfgang Denk
2015-04-29 15:19             ` James Chargin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.