mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Fix hxtool eating backslash sequences for sh != bash
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6946 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fb21ced72d
commit
004efc967b
1 changed files with 1 additions and 1 deletions
2
hxtool
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue