Merge branch 'jk/replace-perl-in-built-scripts'

* jk/replace-perl-in-built-scripts:
  use @@PERL@@ in built scripts
This commit is contained in:
Junio C Hamano
2013-12-05 12:58:21 -08:00
4 changed files with 5 additions and 5 deletions

View File

@ -106,7 +106,7 @@ find_matching_ref='
}
'
ref=$(git ls-remote "$url" | perl -e "$find_matching_ref" "$head" "$headrev" "$tag_name")
ref=$(git ls-remote "$url" | @@PERL@@ -e "$find_matching_ref" "$head" "$headrev" "$tag_name")
url=$(git ls-remote --get-url "$url")