Consistently use perl from /usr/bin/ for scripts
commit0754e089c1ffc6a40574eee0564ef98b3acacc26
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 1 May 2012 20:18:18 +0000 (1 22:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 May 2012 20:32:17 +0000 (1 13:32 -0700)
tree72432d9dfa701eff96ae2a651da6e5e039d6a023
parentf71db097efa1cdd304bfa2dd6d365592c1866543
Consistently use perl from /usr/bin/ for scripts

While the majority of scripts use '#!/usr/bin/perl', some use
'#!/usr/bin/env perl'. In the end there is no difference, because the
Makefile rewrites "#!.*perl" with "#!$PERL_PATH" in scripted
Porcelains before installing. Nevertheless, the second form can be
misleading, because it suggests that perl found first in $PATH will be
used.

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-relink.perl
git-svn.perl