bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] bootstrap: use a more consistent error reporting scheme.


From: Thien-Thi Nguyen
Subject: Re: [PATCH] bootstrap: use a more consistent error reporting scheme.
Date: Fri, 06 Jul 2012 18:29:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

() Jim Meyering <address@hidden>
() Fri, 06 Jul 2012 17:49:03 +0200

   We want warnf '%s\n' a b c d
   to print this (as printf would do):

       $me: a
       $me: b
       $me: c
       $me: d

   With that added "%s: ", and with "$me" inserted into the
   list of arguments, we'd get this:

       $me: a
       b: c
       d: $me

Thanks for explaining it; i understand the contortions now.



reply via email to

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