aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-configure.el
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 01:39:09 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 01:39:09 +0000
commitac2b7afcd7a19685d8a2920909e8758a59ef60e6 (patch)
treeac85aef363a24e10776f0b5850be2e6540e892d6 /tools/gen-configure.el
parent75fe269373cbe333f7f2fa7ae116ea0245888d01 (diff)
downloads6-dns-ac2b7afcd7a19685d8a2920909e8758a59ef60e6.tar.gz
More build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-configure.el')
-rwxr-xr-xtools/gen-configure.el4
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 }