mergetools / kompareon commit t/t7003-filter-branch.sh: use the $( ... ) construct for command substitution (9948519)
   1can_merge () {
   2        return 1
   3}
   4
   5diff_cmd () {
   6        "$merge_tool_path" "$LOCAL" "$REMOTE"
   7}