From 56ab53289c60c6fbb06f8d548d353535d5ed1140 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 25 Mar 2025 06:48:24 +0000 Subject: Don't autoflush buffer_timed_putv; fix IFS bug in configure Signed-off-by: Laurent Bercot --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 364ae60..e971be8 100755 --- a/configure +++ b/configure @@ -57,14 +57,12 @@ EOF # If your system does not have printf, you can comment this, but it is # generally not a good idea to use echo. -# See http://etalabs.net/sh_tricks.html +# See http://www.etalabs.net/sh_tricks.html echo () { - IFS=' ' printf %s\\n "$*" } echon () { - IFS=' ' printf %s "$*" } -- cgit v1.3.1