Re: [PATCH] echo -n is not portable and used too much
From: Zack Weinberg <zack_at_codesourcery.com>
Date: 2002-02-12 00:46:17 CET
On Mon, Feb 11, 2002 at 05:20:49PM -0600, Karl Fogel wrote:
echo "Running all tests in path-test...\c"
This isn't portable either. Some shells (and /bin/echo-s) support
autoconf-generated configure scripts have this near the beginning:
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
and then they do
echo $ac_n "Running all tests in path-test...$ac_c"
zw
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.