From 4df098b873b98b37001269766389cbd4133f82da Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 30 Sep 2015 12:30:55 +0000 Subject: [PATCH] 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 --- EcAlerter.m | 1 + 1 file changed, 1 insertion(+) diff --git a/EcAlerter.m b/EcAlerter.m index b296c9b..fc98403 100644 --- a/EcAlerter.m +++ b/EcAlerter.m @@ -1325,6 +1325,7 @@ replaceFields(NSDictionary *fields, NSString *template) s = replaceFields(m, [m objectForKey: @"Replacement"]); while ((d = [e nextObject]) != nil) { + d = [d lastPathComponent]; [[EcProc cmdLogFile: d] printf: @"%@\n", s]; } }