ADD: Support environment variables in external differ.

This commit is contained in:
cobines 2010-04-08 12:52:12 +00:00
commit 63fd63e82d

View file

@ -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