diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-06-14 09:39:01 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-06-14 09:39:01 -0500 |
commit | a2da0395c12bd2b26e2180d735c83988ff66a559 (patch) | |
tree | ef70ee8d42a24a8c7d7760eac724529d904fb5ea /hxtool | |
parent | 09564574b868f591fb1a9cf426f0c1d64f280431 (diff) | |
parent | 02e95918b82efde24db1d759300ec3c61bd694b3 (diff) |
Merge remote branch 'qmp/for-anthony' into staging
Diffstat (limited to 'hxtool')
-rw-r--r-- | hxtool | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |