summaryrefslogtreecommitdiff
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-05 20:58:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-12-05 20:58:21 (GMT)
commit219ea0e79d1e5cdb5f1133aff70fe4e5737dd59d (patch)
tree0fb28a4a761e807bf7864e67bddd9236d4e4d866 /git-submodule.sh
parent86cd8dc8e7b04e143bff4e61a7a036a989775507 (diff)
parentfcb06a8d54e29d12bb8160b978ce78331c95a1bf (diff)
downloadgit-219ea0e79d1e5cdb5f1133aff70fe4e5737dd59d.zip
git-219ea0e79d1e5cdb5f1133aff70fe4e5737dd59d.tar.gz
git-219ea0e79d1e5cdb5f1133aff70fe4e5737dd59d.tar.bz2
Merge branch 'jk/replace-perl-in-built-scripts'
* jk/replace-perl-in-built-scripts: use @@PERL@@ in built scripts
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-xgit-submodule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index c878d95..ed02f03 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -156,7 +156,7 @@ module_list()
git ls-files -z --error-unmatch --stage -- "$@" ||
echo "unmatched pathspec exists"
) |
- perl -e '
+ @@PERL@@ -e '
my %unmerged = ();
my ($null_sha1) = ("0" x 40);
my @out = ();