mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
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:
commit
c510259c02
@ -117,7 +117,7 @@ case "${1:-.}${2:-.}${3:-.}" in
|
||||
|
||||
# If we do not have enough common material, it is not
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user