From 5fc94a5076fca13cd435a157ecbbbe2a547d9508 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 2 Jan 2011 20:25:41 +0000 Subject: [PATCH] * don't look for helper executables (assembler, linker, resource compiler, wpo helpers) in the current directory git-svn-id: trunk@16689 - --- compiler/cfileutl.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cfileutl.pas b/compiler/cfileutl.pas index 2ca2cecb80..10e2cb1f91 100644 --- a/compiler/cfileutl.pas +++ b/compiler/cfileutl.pas @@ -1238,7 +1238,7 @@ end; Path : TCmdStr; found : boolean; begin - found:=FindFile(FixFileName(ChangeFileExt(bin,source_info.exeext)),'.;'+exepath,allowcache,foundfile); + found:=FindFile(FixFileName(ChangeFileExt(bin,source_info.exeext)),exepath,allowcache,foundfile); if not found then begin {$ifdef macos}