1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-09 11:26:09 +02:00
This commit is contained in:
Michael Schindler 2024-04-25 23:49:18 +00:00 committed by GitHub
commit 1f44882efb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ mode_ok () {
}
is_available () {
merge_tool_path=$(translate_merge_tool_path "$1") &&
merge_tool_path=$(get_merge_tool_path "$1") &&
type "$merge_tool_path" >/dev/null 2>&1
}