gh-103776: Remove explicit uses of $(SHELL) from Makefile by zware · Pull Request #103778 · python/cpython
This avoids conflicting with the shebang of the called scripts as well as avoiding hard errors on platforms where the called script runs a failing unchecked command in the usual course of checking since `SHELL=/bin/sh -e` as of a2944b950c52. Fixes pythongh-103776.
added
type-bug
labels
zware
deleted the
fix_makefile_shell_use
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters