зеркало из https://github.com/microsoft/git.git
Merge branch 'js/maint-merge-one-file-osx-expr' into maint
* js/maint-merge-one-file-osx-expr: merge-one-file: fix "expr: non-numeric argument"
This commit is contained in:
Коммит
c510259c02
|
@ -117,7 +117,7 @@ case "${1:-.}${2:-.}${3:-.}" in
|
||||||
|
|
||||||
# If we do not have enough common material, it is not
|
# If we do not have enough common material, it is not
|
||||||
# worth trying two-file merge using common subsections.
|
# worth trying two-file merge using common subsections.
|
||||||
expr "$sz0" \< "$sz1" \* 2 >/dev/null || : >$orig
|
expr $sz0 \< $sz1 \* 2 >/dev/null || : >$orig
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Auto-merging $4"
|
echo "Auto-merging $4"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче