bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62840] make --version in pipe return SIGPIPE


From: Martin Dorey
Subject: [bug #62840] make --version in pipe return SIGPIPE
Date: Sat, 30 Jul 2022 13:26:46 -0400 (EDT)

Follow-up Comment #2, bug #62840 (project make):

Just for completeness or academic interest, then, this makes it happen
reliably for me:


set -o pipefail; { ruby -we '$stdout.write("x" * 4096)'; make --version; } |
head -n1; echo $?


That behaved the same all the way back to make-3.81.  This was the first
command I found that behaved like make --version:


set -o pipefail; { ruby -we '$stdout.write("x" * 4096)'; tar --help; } | head
-n1; echo $?



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62840>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]