From e79fb753bc4ac41648df69599187d536379ac36c Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 16 Dec 2004 08:06:42 +0000 Subject: [PATCH] * slash typo --- compiler/options.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/options.pas b/compiler/options.pas index 48602dbd88..6317155841 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -1684,7 +1684,7 @@ begin else {$else} if CfgFileExists('/etc/'+fn) then - foundfn:='/etc'+fn + foundfn:='/etc/'+fn else {$endif} check_configfile:=false; @@ -2095,7 +2095,10 @@ finalization end. { $Log$ - Revision 1.155 2004-12-15 16:06:47 marco + Revision 1.156 2004-12-16 08:06:42 marco + * slash typo + + Revision 1.155 2004/12/15 16:06:47 marco * introduction "cleanpath" (=fexpand), fixfilename(paramstr(0)) + search $PREFIX/etc/fpc.cfg Revision 1.154 2004/11/22 19:34:58 peter