aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-25 06:48:24 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-25 06:48:24 +0000
commit56ab53289c60c6fbb06f8d548d353535d5ed1140 (patch)
tree263a7ee6cf762b2a02a4a64533a54454b3f6d076 /configure
parent5d615a6f7208665ebb79390b4834c6a40a0d6f66 (diff)
downloadskalibs-56ab53289c60c6fbb06f8d548d353535d5ed1140.tar.gz
Don't autoflush buffer_timed_putv; fix IFS bug in configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 1 insertions, 3 deletions
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 "$*"
}