From: Pádraig Brady
Date: Wed, 4 Feb 2026 21:12:28 +0000 (+0000) Subject: build: propagate $SHELL to makeinfo-wrapper.sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff91b77b0f0e6f78a44d45ed3837a6094a694950;p=thirdparty%2Fcoreutils.git build: propagate $SHELL to makeinfo-wrapper.sh A user that had an environment with SHELL=/usr/bin/fish reported the following when trying to build info docs: build-aux/missing (line 4): Unsupported use of '='. In fish * doc/local.mk: Propagate make's SHELL to our makeinfo wrapper, so that the substituted ${SHELL} uses a compatible shell from the Makefile. --- diff --git a/doc/local.mk b/doc/local.mk index 129def7cdb..313a7648a1 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -25,7 +25,7 @@ doc_coreutils_TEXINFOS = \ doc/fdl.texi \ doc/sort-version.texi -MAKEINFO = $(abs_top_builddir)/build-aux/makeinfo-wrapper.sh +MAKEINFO = SHELL='$(SHELL)' $(abs_top_builddir)/build-aux/makeinfo-wrapper.sh # The customization variable CHECK_NORMAL_MENU_STRUCTURE is necessary with # makeinfo versions ⥠6.8.