diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-27 16:54:23 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-27 16:54:23 +0000 |
| commit | e7ebebcecbbc3ff03dcee49ee3eb9691a53c8763 (patch) | |
| tree | f124323fa04db089a829308cfded22e5fed5fbcd /configure | |
| parent | ce6cd1d5ee96ac4d114e9ee4cc7d07b654cd9c08 (diff) | |
| download | dnsfunnel-e7ebebcecbbc3ff03dcee49ee3eb9691a53c8763.tar.gz | |
Prepare for next version, fix configure
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 "$*" } |
