diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-08-15 10:55:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-08-15 10:55:02 +0000 |
commit | 1ff82e5c92e0b4bda33810358157c875d0ccd9d9 (patch) | |
tree | f2b3d288c3b716289601f75d399177b47527e041 /configure | |
parent | 6b040be882ab684eda9b1a03ed7c4807c8a37947 (diff) | |
download | s6-portable-utils-1ff82e5c92e0b4bda33810358157c875d0ccd9d9.tar.gz s6-portable-utils-1ff82e5c92e0b4bda33810358157c875d0ccd9d9.tar.xz s6-portable-utils-1ff82e5c92e0b4bda33810358157c875d0ccd9d9.zip |
Fix etalabs URL
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 4c9874e..6846938 100755 --- a/configure +++ b/configure @@ -54,7 +54,7 @@ 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 "$*" |