]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)
authorZachary Ware <zach@python.org>
Mon, 24 Apr 2023 18:31:43 +0000 (13:31 -0500)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 18:31:43 +0000 (18:31 +0000)
commited948e01bb68e3f026f38a7e43241d850ee1bfb5
treeb1a01b1a390c3a6450c7105c3eee5d9ac1df1d4a
parent6751a4af9512d4a6d65b5eedd60ff9923c519ad2
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.
Makefile.pre.in