File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ for %%I in ("%ModifiedFilePath%") do set "ModifiedDirectory=%%~dpI"
2121for %%I in (" %ModifiedDirectory:~0 ,-1 % " ) do set " Type = %%~nxI "
2222set " Type = %Type:.modified =% "
2323set " TargetFilePath = %ModifiedFilePath:.modified =% "
24+ set " OriginalFilePathLocal = %ModifiedFilePath:.modified =.original % "
2425
2526REM Determine the original file path
2627if not " %OriginalFilesPath% " == " " (
27- set " OriginalFilePathLocal = %ModifiedFilePath:.modified =.original % "
2828 if not exist " %OriginalFilePathLocal% " (
2929 set " OriginalFilePath = %OriginalFilesPath% \%Type% \%ModifiedFileName% "
3030 ) else (
31- set " OriginalFilePath = %OriginalFilePathLocal"
31+ set " OriginalFilePath = %OriginalFilePathLocal% "
3232 )
3333) else (
34- set " OriginalFilePath = %ModifiedFilePath: .modified = .original % "
34+ set " OriginalFilePath = %OriginalFilePathLocal % "
3535)
3636
3737REM Check existence of XMLDiff.exe
You can’t perform that action at this time.
0 commit comments