]> xenbits.xensource.com Git - xen.git/commitdiff
Fix typo in blktap script.
authorKeir Fraser <keir@xensource.com>
Thu, 20 Sep 2007 09:39:10 +0000 (10:39 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 20 Sep 2007 09:39:10 +0000 (10:39 +0100)
Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com>
tools/examples/blktap

index b3a0b63544bd1d679dd735ddb7e82225d79fbfff..bd914d58581e40cf861d504ed60948415b683b93 100644 (file)
@@ -73,7 +73,7 @@ fi
 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