From 004efc967ba93b9c3b59aef9e3fc63019fd60244 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 29 Mar 2009 10:50:43 +0000 Subject: Fix hxtool eating backslash sequences for sh != bash git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6946 c046a42c-6fe2-441c-8c8c-71466251a162 --- hxtool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hxtool') diff --git a/hxtool b/hxtool index 49b722b6f..885abe222 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 -- cgit v1.2.3