aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/blktap
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/blktap')
-rw-r--r--tools/examples/blktap2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/blktap b/tools/examples/blktap
index b3a0b63544..bd914d5858 100644
--- a/tools/examples/blktap
+++ b/tools/examples/blktap
@@ -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