Using 'perl' in *.sh

Some GIT's shell script are using bare 'perl' for perl invocation.
Use @@PERL@@ symbol and replace it with PERL_PATH_SQ everywhere.

Signed-off-by: Michal Rokos <michal.rokos@nextsoft.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Michal Rokos
2006-07-08 17:32:04 +02:00
committed by Junio C Hamano
parent 6e959ab05a
commit d9bffc08fd
6 changed files with 6 additions and 5 deletions

View File

@ -147,7 +147,7 @@ run_status () {
git-ls-files -z --others $option \
--exclude-per-directory=.gitignore
fi |
perl -e '$/ = "\0";
@@PERL@@ -e '$/ = "\0";
my $shown = 0;
while (<>) {
chomp;