qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6072] Do not rely on BSD style echo (which accepts -n option)
@ 2008-12-17 19:00 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-12-17 19:00 UTC (permalink / raw)
  To: qemu-devel

Revision: 6072
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6072
Author:   malc
Date:     2008-12-17 19:00:18 +0000 (Wed, 17 Dec 2008)

Log Message:
-----------
Do not rely on BSD style echo (which accepts -n option)

http://www.opengroup.org/onlinepubs/7990989775/xcu/echo.html

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure	2008-12-17 00:33:41 UTC (rev 6071)
+++ trunk/configure	2008-12-17 19:00:18 UTC (rev 6072)
@@ -1094,7 +1094,7 @@
 test -f $config_h && mv $config_h ${config_h}~
 
 echo "# Automatically generated by configure - do not modify" > $config_mak
-echo -n "# Configured with:" >> $config_mak
+printf "# Configured with:" >> $config_mak
 printf " '%s'" "$0" "$@" >> $config_mak
 echo >> $config_mak
 echo "/* Automatically generated by configure - do not modify */" > $config_h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-17 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 19:00 [Qemu-devel] [6072] Do not rely on BSD style echo (which accepts -n option) malc

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).