summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hxtool2
1 files changed, 2 insertions, 0 deletions
diff --git a/hxtool b/hxtool
index d499dc08a..7ca83ed1f 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
}