diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-24 21:46:13 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-24 21:46:13 +0000 |
| commit | 3f93b63a799bd4c131cc78af3836df7eb30fdf39 (patch) | |
| tree | a7d1b36e142ec8235a5a40b1543af52fe34677c5 /configure | |
| parent | 28c7923300e4fd3fd96b2abce36be663406e8366 (diff) | |
| download | tipidee-3f93b63a799bd4c131cc78af3836df7eb30fdf39.tar.gz | |
Remove spurious IFS modification in 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
@@ -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 "$*" } |
