* [Qemu-devel] [6946] Fix hxtool eating backslash sequences for sh != bash
@ 2009-03-29 10:50 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-03-29 10:50 UTC (permalink / raw)
To: qemu-devel
Revision: 6946
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6946
Author: blueswir1
Date: 2009-03-29 10:50:43 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
Fix hxtool eating backslash sequences for sh != bash
Modified Paths:
--------------
trunk/hxtool
Modified: trunk/hxtool
===================================================================
--- trunk/hxtool 2009-03-29 09:06:43 UTC (rev 6945)
+++ trunk/hxtool 2009-03-29 10:50:43 UTC (rev 6946)
@@ -10,7 +10,7 @@
STEXI*|ETEXI*) flag=$(($flag^1))
;;
*)
- test $flag -eq 1 && echo "$str"
+ test $flag -eq 1 && printf "%s\n" "$str"
;;
esac
done
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-29 10:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 10:50 [Qemu-devel] [6946] Fix hxtool eating backslash sequences for sh != bash Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).