mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-21 02:41:11 +00:00
log files should have any path ignored
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@39018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
459a10c172
commit
4df098b873
1 changed files with 1 additions and 0 deletions
|
@ -1325,6 +1325,7 @@ replaceFields(NSDictionary *fields, NSString *template)
|
||||||
s = replaceFields(m, [m objectForKey: @"Replacement"]);
|
s = replaceFields(m, [m objectForKey: @"Replacement"]);
|
||||||
while ((d = [e nextObject]) != nil)
|
while ((d = [e nextObject]) != nil)
|
||||||
{
|
{
|
||||||
|
d = [d lastPathComponent];
|
||||||
[[EcProc cmdLogFile: d] printf: @"%@\n", s];
|
[[EcProc cmdLogFile: d] printf: @"%@\n", s];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue