SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72125 0 12 Python

gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)

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 a90863c.

Fixes gh-103776.
Z
Zachary Ware committed
ed948e01bb68e3f026f38a7e43241d850ee1bfb5
Parent: 6751a4a
Committed by GitHub <noreply@github.com> on 4/24/2023, 6:31:43 PM