https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127359
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Gaius Mulley <[email protected]>: https://gcc.gnu.org/g:b1d85e7f8ef2bd152763bbccf1c280ad4ee10ed4 commit r17-4251-gb1d85e7f8ef2bd152763bbccf1c280ad4ee10ed4 Author: Gaius Mulley <[email protected]> Date: Tue Sep 15 10:11:41 2026 +0100 PR modula2/127359: Building modula2 support requires bash installed in path This patch removes direct invocation of bash in libgm2 and replaces bash with sh. libgm2/ChangeLog: PR modula2/127359 * libm2cor/Makefile.am: Replace bash with sh. * libm2iso/Makefile.am: Ditto. * libm2min/Makefile.am: Ditto. * libm2pim/Makefile.am: Ditto. * libm2iso/Makefile.in: Regenerate. * libm2cor/Makefile.in: Ditto. * libm2min/Makefile.in: Ditto. * libm2pim/Makefile.in: Ditto. Signed-off-by: Gaius Mulley <[email protected]>
