bisect-runner.pl should remove the stdin-is-a-tty test completely.
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 19:04:01 +0000 (21:04 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 19:04:01 +0000 (21:04 +0200)
commit7c22f1583bda33381362749f7067db041b085efa
tree1b869d4c0698ed6ba9c28c6a9a47036272e4a868
parent5842706e83dd891ae900337e296a9702a46e172a
bisect-runner.pl should remove the stdin-is-a-tty test completely.

Before commit dfe9444ca7881e71, Configure would refuse to run if STDIN was
not a tty. dbcdc176dfaaa83c adapted bisect-runner.pl to deal with this by
skipping closing STDIN for old Configure. However, it's actually much simpler
and safer to patch Configure to remove the test, and then always run it with
STDIN closed. This also avoids problems with ./makedepend hanging on STDIN
in some cases.
Porting/bisect-runner.pl