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] [xen-unstable] vtpm: Add two missing quotes in the vTPM

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] vtpm: Add two missing quotes in the vTPM hotplug script.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 04 Jul 2008 08:00:11 -0700
Delivery-date: Fri, 04 Jul 2008 08:00:30 -0700
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1215081100 -3600
# Node ID bad432c58f03f0d9355413e10502f81ab87d46ab
# Parent  57f3099198320d753e293244a60f30387e4bdb11
vtpm: Add two missing quotes in the vTPM hotplug script.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 tools/examples/vtpm-common.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 57f309919832 -r bad432c58f03 tools/examples/vtpm-common.sh
--- a/tools/examples/vtpm-common.sh     Thu Jul 03 10:59:43 2008 +0100
+++ b/tools/examples/vtpm-common.sh     Thu Jul 03 11:31:40 2008 +0100
@@ -310,11 +310,11 @@ function vtpm_remove_instance () {
 
        instance="0"
 
-       if [ "$uuid != "" ]; then
+       if [ "$uuid" != "" ]; then
                instance=$(vtpmdb_find_instance $uuid)
        fi
 
-       if [ "$instance == "0" ]; then
+       if [ "$instance" == "0" ]; then
                domname=$(xenstore_read "$XENBUS_PATH"/domain)
                instance=$(vtpmdb_find_instance $domname)
        fi

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] vtpm: Add two missing quotes in the vTPM hotplug script., Xen patchbot-unstable <=