aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-03-27 16:54:17 +0000
committerLaurent Bercot <ska@appnovation.com>2025-03-27 16:54:17 +0000
commit4cdaa9756f716033e5fa4fb10dc4c4be8e277d61 (patch)
tree898cbf8ffec137e1c6a9d396d021c1a7a4f425b6 /configure
parent62f27d4ace2fe1ef37ab62bfd3673787a7cdbac2 (diff)
downloadshibari-4cdaa9756f716033e5fa4fb10dc4c4be8e277d61.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 72dddc0..9d04048 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 "$*"
}