Title: [181982] trunk/Tools
Revision
181982
Author
mmaxfi...@apple.com
Date
2015-03-25 16:25:31 -0700 (Wed, 25 Mar 2015)

Log Message

Fix Windows build from r181977.

Unreviewed.

* Scripts/update-webkit-dependency:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (181981 => 181982)


--- trunk/Tools/ChangeLog	2015-03-25 23:15:15 UTC (rev 181981)
+++ trunk/Tools/ChangeLog	2015-03-25 23:25:31 UTC (rev 181982)
@@ -1,3 +1,11 @@
+2015-03-25  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Fix Windows build from r181977.
+
+        Unreviewed.
+
+        * Scripts/update-webkit-dependency:
+
 2015-03-25  Sam Weinig  <s...@webkit.org>
 
         Address additional review feedback from https://bugs.webkit.org/show_bug.cgi?id=143059.

Modified: trunk/Tools/Scripts/update-webkit-dependency (181981 => 181982)


--- trunk/Tools/Scripts/update-webkit-dependency	2015-03-25 23:15:15 UTC (rev 181981)
+++ trunk/Tools/Scripts/update-webkit-dependency	2015-03-25 23:25:31 UTC (rev 181982)
@@ -96,7 +96,7 @@
     if (!is_success($result)) {
         print STDERR "Couldn't check Last-Modified date of new $zipFile.\n";
         print STDERR "Please ensure that Perl can use LWP::Simple to connect to HTTPS urls, and that $libsURL is reachable.\n";
-        print STDERR "You may have to run $ cpan LWP::Protocol::https\n";
+        print STDERR "You may have to run \$ cpan LWP::Protocol::https\n";
 
         if (! -f "$webkitLibrariesDir/$file.headers") {
             print STDERR "Unable to check Last-Modified date and no version of $file to fall back to.\n";
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to