<html><head></head><body>Hi,<br><br>Why do you use %s here?<br><br><div class="gmail_quote">Le 7 juin 2019 15:52:19 GMT+03:00, Marvin Scholz <epirat07@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> contrib/bootstrap | 6 +++---<br> 1 file changed, 3 insertions(+), 3 deletions(-)<br><br>diff --git a/contrib/bootstrap b/contrib/bootstrap<br>index f260f371b7..6d1a559452 100755<br>--- a/contrib/bootstrap<br>+++ b/contrib/bootstrap<br>@@ -124,7 +124,7 @@ fi<br> <br> if test -z "$BUILD"<br> then<br>- echo -n "Guessing build system... "<br>+        printf '%s' "Guessing build system... "<br>     BUILD="`${CC:-cc} -dumpmachine | sed s/windows-gnu/mingw32/`"<br>       if test -z "$BUILD"; then<br>           echo "FAIL!"<br>@@ -135,12 +135,12 @@ fi<br> <br> if test -z "$HOST"<br> then<br>-    echo -n "Guessing host system...  "<br>+        printf '%s' "Guessing host system...  "<br>     HOST="$BUILD"<br>       echo "$HOST"<br> fi<br> <br>-echo -n "Packages licensing...    "<br>+printf '%s' "Packages licensing...    "<br> if test -n "$GPL"<br> then<br>       if test -n "$GNUV3"</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>