aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:54:20 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:54:20 +0000
commit7e2b3e634b82763e9a9fb22e357205316822a3ae (patch)
tree510b48f315e46e26250738ee31f24de3f8f141ef /configure
parente445db0edc8bbcc5cda888960ec223d97b6a83a7 (diff)
downloadbcnm-7e2b3e634b82763e9a9fb22e357205316822a3ae.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 6cda6b5..eef900a 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 "$*"
}