X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=hxtool;h=885abe222d6408e15c9dcb9ef4c47e68f8890c65;hb=37cb6fc37b21671a2e4fb9aad9ac3c3d8f92769b;hp=49b722b6fcd1f54e5fdbbe2567157a9fae0963fb;hpb=fb21ced72d082334a609ee55ec01d9f215bfacce;p=qemu diff --git a/hxtool b/hxtool index 49b722b..885abe2 100644 --- a/hxtool +++ b/hxtool @@ -10,7 +10,7 @@ hxtoh() STEXI*|ETEXI*) flag=$(($flag^1)) ;; *) - test $flag -eq 1 && echo "$str" + test $flag -eq 1 && printf "%s\n" "$str" ;; esac done