⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99376 in webkit


Ignore:
Timestamp:
Nov 6, 2011, 9:22:14 AM (15 years ago)
Author:
mitz@apple.com
Message:

Made show-pretty-diff work when the input path contains spaces.

Reviewed by Anders Carlsson.

  • Scripts/show-pretty-diff:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99368 r99376  
     12011-11-06  Dan Bernstein  <mitz@apple.com>
     2
     3        Made show-pretty-diff work when the input path contains spaces.
     4
     5        Reviewed by Anders Carlsson.
     6
     7        * Scripts/show-pretty-diff:
     8
    192011-11-05  Daniel Cheng  <dcheng@chromium.org>
    210
  • trunk/Tools/Scripts/show-pretty-diff

    r93857 r99376  
    6565
    6666my $pathToPrettify = "ruby -I " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/ " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
    67 system "$pathToPrettify $inputPath > $prettydiffPath";
     67system "$pathToPrettify " . quotemeta($inputPath) . " > $prettydiffPath";
    6868
    6969if (isAppleMacWebKit()) {
Note: See TracChangeset for help on using the changeset viewer.