mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'jk/replace-perl-in-built-scripts'
* jk/replace-perl-in-built-scripts: use @@PERL@@ in built scripts
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user