diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-29 01:39:15 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-29 01:39:15 +0000 |
| commit | f90ac7f63cc0c7071b4bf6eb06ee75b90b6a6fd4 (patch) | |
| tree | 563e94db0c6e728d5f1f7c02401bc146b487a6b6 /tools/gen-configure.el | |
| parent | 6d926374f2958ccc28c18183e952e5ed213301af (diff) | |
| download | smtpd-starttls-proxy-f90ac7f63cc0c7071b4bf6eb06ee75b90b6a6fd4.tar.gz | |
More build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-configure.el')
| -rwxr-xr-x | tools/gen-configure.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gen-configure.el b/tools/gen-configure.el index 577d86f..eba63fb 100755 --- a/tools/gen-configure.el +++ b/tools/gen-configure.el @@ -23,9 +23,9 @@ multisubstitute if { - heredoc 0 ${TEMPLATE} redirfd -w 1 configure.new - s6-cat + if { heredoc 0 ${TEMPLATE} s6-cat } + s6-echo } if { s6-chmod 0755 configure.new } |
