projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c896dc3
)
vtpm: Add two missing quotes in the vTPM hotplug script.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 3 Jul 2008 10:31:40 +0000
(11:31 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 3 Jul 2008 10:31:40 +0000
(11:31 +0100)
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/examples/vtpm-common.sh
patch
|
blob
|
history
diff --git
a/tools/examples/vtpm-common.sh
b/tools/examples/vtpm-common.sh
index 93a40096bafbed8cb4449de3a3fcba22d91aca12..a45868eefd61aed17e3afd7ee5714bb4789f18d5 100644
(file)
--- a/
tools/examples/vtpm-common.sh
+++ b/
tools/examples/vtpm-common.sh
@@
-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