diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-29 01:39:04 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-29 01:39:04 +0000 |
| commit | 74d88f9f638e7085c7a8fd5f51d278488c6fd486 (patch) | |
| tree | 58126ec1b2b304b65005c13f0a099e4c45c8aab6 /tools/gen-configure.el | |
| parent | 3b89b580a0dc3a66b5b4b85a39a2f1cea7c5e677 (diff) | |
| download | s6-portable-utils-74d88f9f638e7085c7a8fd5f51d278488c6fd486.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 } |
