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] Merge

# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
# Date 1190282124 -3600
# Node ID 01c329f425a85976166e9be5ef8fbe79731e1ba2
# Parent  a93ebecda83bbc73d01449ef6d3c89a7809db5fb
# Parent  be5f27ff147bde856201b07485201ab22ea5638e
Merge
---
 tools/examples/blktap |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r a93ebecda83b -r 01c329f425a8 tools/examples/blktap
--- a/tools/examples/blktap     Thu Sep 20 10:54:52 2007 +0100
+++ b/tools/examples/blktap     Thu Sep 20 10:55:24 2007 +0100
@@ -73,7 +73,7 @@ if [ -L "$p" ]; then
 if [ -L "$p" ]; then
     file=$(readlink -f "$p") || ebusy "$p link does not exist."
 else
-    [ -f "$p" ] || { ebusy "$p file does not exist." }
+    [ -f "$p" ] || { ebusy "$p file does not exist."; }
     file="$p"
 fi
 

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

<Prev in Thread] Current Thread [Next in Thread>