[webkit-dev] resolve-ChangeLogs now seems to be broken the same was prepare-ChangeLog was before

Darin Adler darin at apple.com
Mon Aug 10 10:55:17 PDT 2009


On Aug 10, 2009, at 10:53 AM, Peter Kasting wrote:

> Try changing the last line of canonicalRelativePath() from:
>
>     return File::Spec->abs2rel($absolutePath);
>
> to
>
>     return File::Spec->abs2rel($absolutePath, Cwd::getcwd());

That seems to have fixed the problem.

     -- Darin



More information about the webkit-dev mailing list