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

[Xen-changelog] Replace a bash-specific redirection in tools/ioemu/configure with a



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 1d9df2f7030ddfc19b3f17cc2d883314bc939d88
# Parent  0839d57c886471ab3221af0a551e03f568eaed4e
Replace a bash-specific redirection in tools/ioemu/configure with a
standard POSIX one which allows the Xen tools to be built with a POSIX
shell other than bash.
Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
---
 tools/ioemu/configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 0839d57c8864 -r 1d9df2f7030d tools/ioemu/configure
--- a/tools/ioemu/configure     Fri May 05 13:57:16 2006 +0100
+++ b/tools/ioemu/configure     Fri May 05 13:58:13 2006 +0100
@@ -230,7 +230,7 @@ fi
 
 if test -z "$vnc"; then
 
-if libvncserver-config --version >& /dev/null; then
+if libvncserver-config --version > /dev/null 2>&1; then
     vnc=yes
 else
     vnc=no

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.