WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

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

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix same_vm test by adding missing '$'.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 04 Dec 2005 02:50:06 +0000
Delivery-date: Sun, 04 Dec 2005 02:50:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix same_vm test by adding missing '$'., Xen patchbot -unstable <=