aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:54:26 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:54:26 +0000
commit2a23e74cca0bb3167916359b8eb4e2d1a55ca015 (patch)
tree7f46a29f529d448f909d3cd34902e5e76649ff3c /configure
parente3f91b33a0c6566bba67da4977f52a3113c651ba (diff)
downloadapaste-2a23e74cca0bb3167916359b8eb4e2d1a55ca015.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 bd5930e..d5cc7fc 100755
--- a/configure
+++ b/configure
@@ -62,9 +62,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 "$*"
}