coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] tests: use printf, not echo in init.sh's warn_ function


From: James Youngman
Subject: Re: [PATCH] tests: use printf, not echo in init.sh's warn_ function
Date: Tue, 14 Jun 2011 21:15:04 +0100

On Tue, Jun 14, 2011 at 3:26 PM, Eric Blake <address@hidden> wrote:

> You want: printf '%s\n' "$*"

I'd doubt that there are gnulib tests for which this will really make
a difference, but

( IFS=' '; printf '%s\n' "$*"; )

is perhaps slightly more reproducible.

James.



reply via email to

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