aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:53:54 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:53:54 +0000
commit74076f00bb2676a7b1f579595edff6c9b05728ab (patch)
tree61110c93a81d2912b1f5bbb15ea0773425dc0176 /configure
parent8f29b68cc95714b41d281ff0355e2074e1ca6bc4 (diff)
downloads6-rc-74076f00bb2676a7b1f579595edff6c9b05728ab.tar.gz
Prepare for next version, fix configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 18f4108..924ae94 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 "$*"
}