Teach run-webkit-httpd to properly look for webkitdirs.pm.
* Scripts/run-webkit-httpd:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14971
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-06-22 Alexey Proskuryakov <ap@nypop.com>
+
+ Reviewed by Anders.
+
+ Teach run-webkit-httpd to properly look for webkitdirs.pm.
+
+ * Scripts/run-webkit-httpd:
+
2006-06-22 Kevin Decker <kdecker@apple.com>
Reviewed by Tim Hatcher.
use Cwd;
use Getopt::Long;
+use FindBin;
+
+use lib $FindBin::Bin;
use webkitdirs;
# Argument handling