2 # p4merge does not like /dev/null
5 if test "/dev/null" = "$LOCAL"
7 LOCAL="./p4merge-dev-null.LOCAL.$$"
11 if test "/dev/null" = "$REMOTE"
13 REMOTE="./p4merge-dev-null.REMOTE.$$"
18 "$merge_tool_path" "$LOCAL" "$REMOTE"
20 if test -n "$rm_local"
24 if test -n "$rm_remote"
32 $base_present || >"$BASE"
33 "$merge_tool_path" "$BASE" "$LOCAL" "$REMOTE" "$MERGED"