top | item 45689808

(no title)

rkeene2 | 4 months ago

I had a fun bug where bash would run scripts out of order!

This would lead to impossible states, like

if cat foo | false; then echo hmm; fi

Producing output sometimes, depending on whether or not `cat foo` or `false` return value was used

[0] https://lists.gnu.org/archive/html/bug-bash/2015-06/msg00010...

discuss

order

lhmiles|4 months ago

This was an interesting read.