mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Fix duplicated items in prop merge
This commit is contained in:
parent
693dce9e74
commit
175282bf69
@ -129,6 +129,7 @@ function Set-Svn-Props {
|
|||||||
# use new value
|
# use new value
|
||||||
$finallist.Add($newitem)
|
$finallist.Add($newitem)
|
||||||
++$oldidx
|
++$oldidx
|
||||||
|
$insertednewitem = $true
|
||||||
} elseif ($match -gt $oldmatch) {
|
} elseif ($match -gt $oldmatch) {
|
||||||
$finallist.Add($olditem)
|
$finallist.Add($olditem)
|
||||||
++$oldidx
|
++$oldidx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user