aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 01:39:02 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 01:39:02 +0000
commit32c5f36be2eb015bb123bd8280f313e16e484cdf (patch)
treeb0a2627256358704416b5eb60540037eb0786433
parent9fb1577fa68b35e663304b90c0bfb39eab2c3b09 (diff)
downloads6-linux-init-32c5f36be2eb015bb123bd8280f313e16e484cdf.tar.gz
More build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xconfigure2
-rwxr-xr-xtools/gen-configure.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 054e6a2..82b370f 100755
--- a/configure
+++ b/configure
@@ -598,4 +598,4 @@ fi
echo
echo "#endif"
exec 1>&3 3>&-
-echo " ... done." \ No newline at end of file
+echo " ... done."
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 }