2 "$merge_tool_path" -wait -2 "$LOCAL" "$REMOTE" >/dev/null 2>&1
6 echo "Use Araxis Merge (requires a graphical session)"
12 "$merge_tool_path" -wait -merge -3 -a1 \
13 "$BASE" "$LOCAL" "$REMOTE" "$MERGED" >/dev/null 2>&1
15 "$merge_tool_path" -wait -2 \
16 "$LOCAL" "$REMOTE" "$MERGED" >/dev/null 2>&1
21 echo "Use Araxis Merge (requires a graphical session)"
24 translate_merge_tool_path() {