提交 004efc96 编写于 作者: B blueswir1

Fix hxtool eating backslash sequences for sh != bash

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6946 c046a42c-6fe2-441c-8c8c-71466251a162
上级 fb21ced7
...@@ -10,7 +10,7 @@ hxtoh() ...@@ -10,7 +10,7 @@ hxtoh()
STEXI*|ETEXI*) flag=$(($flag^1)) STEXI*|ETEXI*) flag=$(($flag^1))
;; ;;
*) *)
test $flag -eq 1 && echo "$str" test $flag -eq 1 && printf "%s\n" "$str"
;; ;;
esac esac
done done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册