[Webkit-unassigned] [Bug 28623] svn-[un]apply should change directories to the repository root before [un]applying

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 24 11:39:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28623





--- Comment #11 from Eric Seidel <eric at webkit.org>  2009-08-24 11:39:23 PDT ---
This patch is missing the Find::Bin trick:

use FindBin;
use lib $FindBin::Bin;

Will make it possible to include perl modules form the same directory.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list