aboutsummaryrefslogtreecommitdiff
path: root/hxtool
diff options
context:
space:
mode:
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
}