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

[Xen-changelog] Fix same_vm test by adding missing '$'.



# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 36fe58be57deda2b0ff98fc479bba20805326b9d
# Parent  9b842cdbe0de02c1cc1dccfda8cb772168a499f7
Fix same_vm test by adding missing '$'.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 9b842cdbe0de -r 36fe58be57de tools/examples/block
--- a/tools/examples/block      Sat Dec  3 23:49:51 2005
+++ b/tools/examples/block      Sat Dec  3 23:51:15 2005
@@ -131,7 +131,7 @@
   local thisdom="$XENBUS_FRONTEND_ID"
   local otherdom="$1"
   local thisvm=$(xenstore-read "/local/domain/$thisdom/vm")
-  local othervm=$(xenstore-read "/local/domain/otherdom/vm")
+  local othervm=$(xenstore-read "/local/domain/$otherdom/vm")
 
   return [ "$thisvm" == "$othervm" ]
 }

_______________________________________________
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®.