aboutsummaryrefslogtreecommitdiff
path: root/hxtool
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-06-14 09:39:01 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-06-14 09:39:01 -0500
commita2da0395c12bd2b26e2180d735c83988ff66a559 (patch)
treeef70ee8d42a24a8c7d7760eac724529d904fb5ea /hxtool
parent09564574b868f591fb1a9cf426f0c1d64f280431 (diff)
parent02e95918b82efde24db1d759300ec3c61bd694b3 (diff)
Merge remote branch 'qmp/for-anthony' into staging
Diffstat (limited to 'hxtool')
-rw-r--r--hxtool2
1 files changed, 2 insertions, 0 deletions
diff --git a/hxtool b/hxtool
index d499dc08ab..7ca83ed1ff 100644
--- a/hxtool
+++ b/hxtool
@@ -59,6 +59,7 @@ hxtoqmp()
{
IFS=
flag=0
+ line=1
while read -r str; do
case "$str" in
HXCOMM*)
@@ -87,6 +88,7 @@ hxtoqmp()
test $flag -eq 1 && echo "$str"
;;
esac
+ line=$((line+1))
done
}