From d89f3a1d0863a32597e02beaf1a084bca278f772 Mon Sep 17 00:00:00 2001 From: Max 👨🏽‍💻 Coplan Date: Fri, 2 May 2025 14:47:51 -0700 Subject: 53535: fix builds with interactive manpagers --- Util/helpfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Util') diff --git a/Util/helpfiles b/Util/helpfiles index 58aa04bba..71db7d2a4 100755 --- a/Util/helpfiles +++ b/Util/helpfiles @@ -57,7 +57,7 @@ $coltmp = $destdir . '/' . $coltmpbase; $args = "./$manfile >$mantmp"; unlink($mantmp); &Info('attempting man ', $args); -if(system('man ' . $args) || !(-s $mantmp)) { +if(system('MANPAGER=cat man ' . $args) || !(-s $mantmp)) { unlink($mantmp); &Info('attempting nroff -man ', $args); if(system('nroff -man ' . $args) || !(-s $mantmp)) { -- cgit v1.2.3-70-g09d2