Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Redirection from fd 7 in configure
@ 2009-09-04 17:17 Eli Zaretskii
  2009-09-04 18:03 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2009-09-04 17:17 UTC (permalink / raw)
  To: gdb

What is the purpose of the following line in the GDB configure files?

   exec 7<&0 </dev/null 6>&1

I understand what it does, but why would the configure script want to
do that, and what could go wrong if I modify it (within
gdb/config/djgpp/djconfig.sh) to say what we had with previous
Autotools, namely

  exec 6>&1

I'm asking because the DJGPP port of Bash 2.04 doesn't like the new
form, so I'd like to know if it's safe to use the previous version.

TIA


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

end of thread, other threads:[~2009-09-04 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-04 17:17 Redirection from fd 7 in configure Eli Zaretskii
2009-09-04 18:03 ` Andreas Schwab
2009-09-04 18:11   ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox