All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Remove bash-ism from configure
@ 2007-02-11  2:06 Anthony Liguori
  2007-02-11 16:38 ` Johannes Schindelin
  0 siblings, 1 reply; 7+ messages in thread
From: Anthony Liguori @ 2007-02-11  2:06 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

This is one I introduced in the gcc-3.x autodetect.  It's against CVS 
from a little while ago so hopefully it's just fuzz.

Regards,

Anthony Liguori

[-- Attachment #2: configure-bashism.diff --]
[-- Type: text/x-patch, Size: 284 bytes --]

diff -r 00e394f6a849 configure
--- a/configure	Sat Feb 10 19:59:51 2007 -0600
+++ b/configure	Sat Feb 10 20:03:13 2007 -0600
@@ -339,7 +339,7 @@ int main(){return 0;}
 int main(){return 0;}
 EOF
     check_cc() {
-	which "$1" >&/dev/null
+	which "$1" 2>/dev/null
 	return $?
     }
 

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

end of thread, other threads:[~2007-02-12 12:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-11  2:06 [Qemu-devel] [PATCH] Remove bash-ism from configure Anthony Liguori
2007-02-11 16:38 ` Johannes Schindelin
2007-02-11 17:41   ` Anthony Liguori
2007-02-11 22:58     ` [Qemu-devel] " Oleg Verych
2007-02-12  8:55     ` [Qemu-devel] " Krister Joas
2007-02-12  9:17       ` [Qemu-devel] " Jernej Simončič
2007-02-12 12:25         ` Krister Joas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.