aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:54:09 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:54:09 +0000
commitb2ace52d7187d21038f63d4c4c551a0a2b3cd4c6 (patch)
treea5af4ccb231bb6524040cf34009d009d3d7012ea /configure
parent2c7b780bdb204caac3faf5613051d71a58de4017 (diff)
downloads6-networking-b2ace52d7187d21038f63d4c4c551a0a2b3cd4c6.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 652e52f..6fc4778 100755
--- a/configure
+++ b/configure
@@ -60,9 +60,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 "$*"
}