| Submitter | Luiz Capitulino |
|---|---|
| Date | June 11, 2010, 7:58 p.m. |
| Message ID | <1276286295-17601-11-git-send-email-lcapitulino@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/55365/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hxtool b/hxtool index d499dc0..7ca83ed 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 }