summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/do-file-rename
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/do-file-rename')
-rwxr-xr-xTools/Scripts/do-file-rename6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/Scripts/do-file-rename b/Tools/Scripts/do-file-rename
index 9c4c898..6ad9331 100755
--- a/Tools/Scripts/do-file-rename
+++ b/Tools/Scripts/do-file-rename
@@ -43,9 +43,9 @@ my %words;
# find all files we want to process
my @paths;
-find(\&wanted, "JavaScriptCore");
-find(\&wanted, "JavaScriptGlue");
-find(\&wanted, "WebCore");
+find(\&wanted, "Source/JavaScriptCore");
+find(\&wanted, "Source/JavaScriptGlue");
+find(\&wanted, "Source/WebCore");
find(\&wanted, "WebKit");
find(\&wanted, "WebKit2");