]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: consistently use PERL_PATH
authorPatrick Steinhardt <ps@pks.im>
Fri, 6 Dec 2024 13:24:42 +0000 (14:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2024 22:52:09 +0000 (07:52 +0900)
commitc2a3b847eda3b51973998c1fa0a8749eb7e686b9
treec84fb9648d1c6438e1d0ab33d912d98dfc6be6c2
parenta38edab7c88b5503bb2b5f5cbd49f6b97e9a6a4e
Makefile: consistently use PERL_PATH

When injecting the Perl path into our scripts we sometimes use '@PERL@'
while we othertimes use '@PERL_PATH@'. Refactor the code use the latter
consistently, which makes it easier to reuse the same logic for multiple
scripts.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
contrib/buildsystems/CMakeLists.txt
git-instaweb.sh
git-request-pull.sh