dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 23 forks source link

Bug when running code-metrics.sh #35

Closed mfragkoulis closed 7 years ago

mfragkoulis commented 7 years ago

The merge at https://github.com/dspinellis/dgsh/commit/86cb77650f66b0a876a004685941cd1ad2977b38 introduces a tricky bug in MacOSX (testing on other platforms is required) when executing examples/code-metrics.sh. A dgsh-tee command suddenly exits the negotiation with error, but no other cause can be traced prior to this event.

mfragkoulis commented 7 years ago

The code-metrics.sh example uses the -o argument of grep, which was not supported until now.