qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6072] Do not rely on BSD style echo (which accepts -n opti


From: malc
Subject: [Qemu-devel] [6072] Do not rely on BSD style echo (which accepts -n option)
Date: Wed, 17 Dec 2008 19:00:19 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]