aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:54:15 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:54:15 +0000
commitd99666ce62cff37b6204a8635d489d5dbf298a2f (patch)
treef7b170fcd61060278cf08faded92cd82c9f6aecc /configure
parent159b8567a6f39849572c50155e07ae95d859f62f (diff)
downloadsmtpd-starttls-proxy-d99666ce62cff37b6204a8635d489d5dbf298a2f.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 c41b82d..371c2ef 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 "$*"
}