mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Support environment variables in external differ.
This commit is contained in:
parent
0873cca944
commit
63fd63e82d
1 changed files with 1 additions and 1 deletions
|
|
@ -1804,7 +1804,7 @@ var
|
|||
begin
|
||||
with gExternalTools[etDiffer] do
|
||||
begin
|
||||
sCommand := QuoteStr(Path);
|
||||
sCommand := QuoteStr(ReplaceEnvVars(Path));
|
||||
if Parameters <> EmptyStr then
|
||||
sCommand := sCommand + ' ' + Parameters;
|
||||
for i := 0 to CompareList.Count - 1 do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue