aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:54:23 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:54:23 +0000
commite7ebebcecbbc3ff03dcee49ee3eb9691a53c8763 (patch)
treef124323fa04db089a829308cfded22e5fed5fbcd /configure
parentce6cd1d5ee96ac4d114e9ee4cc7d07b654cd9c08 (diff)
downloaddnsfunnel-e7ebebcecbbc3ff03dcee49ee3eb9691a53c8763.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 11c5bcf..dddb19c 100755
--- a/configure
+++ b/configure
@@ -53,9 +53,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 "$*"
}