From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5KVU-0008PV-JL for qemu-devel@nongnu.org; Wed, 07 Mar 2012 12:18:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5KVA-0002OL-He for qemu-devel@nongnu.org; Wed, 07 Mar 2012 12:18:32 -0500 Message-ID: <4F579838.8050701@redhat.com> Date: Wed, 07 Mar 2012 10:17:44 -0700 From: Eric Blake MIME-Version: 1.0 References: <1331122589-15717-1-git-send-email-peter.maydell@linaro.org> <4F57959C.5090408@redhat.com> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig20E69DF3E0AC959B0F38E0B9" Subject: Re: [Qemu-devel] [PATCH] configure: Quote the configure args printed in config.log List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig20E69DF3E0AC959B0F38E0B9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/07/2012 10:08 AM, Peter Maydell wrote: > If you look at the whole change, rather than just the > fragment Stefan quoted to comment on: >=20 > # Print a helpful header at the top of config.log > echo "# QEMU configure log $(date)" >> config.log > -echo "# produced by $0 $*" >> config.log > +printf "# Configured with:" >> config.log > +printf " '%s'" "$0" "$@" >> config.log > +echo >> config.log > echo "#" >> config.log >=20 > ...you'll see that it does exactly what you suggest. Good to hear! Serves me right for not paying attention to the thread until my personal keyword of 'opengroup' appeared mid-stream, at which point I'd already deleted your original message to see the full context. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig20E69DF3E0AC959B0F38E0B9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPV5g5AAoJEKeha0olJ0Nq1gIH/3jlyWQAW3qLPetKw0zEvK9u l4A9pqLl1FeR2jcUtzSnUmh7suBPF40ZdRitAtizC0ckW9RuDqFBezSMSrW5cZJY wE48YrsAkPJR4zGfb+IgyZgUOkh2+eQ1QmAegvGtIb2xQjGp1BOeuyd1RQiHefjB yzvv20IUF/5gGCr1rUM8wpnpV4fdtf/SbWfYAPD9qlK+rgFgXT7Qa0HV0ZhNb5Xt PrhayLN+b4gHptuMqIrM2zkYYERjLTnVekjejsfmA+eZuHZWS2FfgXPTI33Ojk7A eN9XgDcA7ZFxfRXTqDfWyc2c4e3og+yHAKJNqg6CJzo/be5NC38qDf42dIwcgRQ= =nV8D -----END PGP SIGNATURE----- --------------enig20E69DF3E0AC959B0F38E0B9--