From 3f93b63a799bd4c131cc78af3836df7eb30fdf39 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 24 Mar 2025 21:46:13 +0000 Subject: Remove spurious IFS modification in configure Signed-off-by: Laurent Bercot --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 72dddc0..9d04048 100755 --- a/configure +++ b/configure @@ -55,9 +55,8 @@ exit 0 # 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 "$*" } -- cgit v1.3.1