Changeset 99376 in webkit
- Timestamp:
- Nov 6, 2011, 9:22:14 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/show-pretty-diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r99368 r99376 1 2011-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 1 9 2011-11-05 Daniel Cheng <dcheng@chromium.org> 2 10 -
trunk/Tools/Scripts/show-pretty-diff
r93857 r99376 65 65 66 66 my $pathToPrettify = "ruby -I " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/ " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb"; 67 system "$pathToPrettify $inputPath> $prettydiffPath";67 system "$pathToPrettify " . quotemeta($inputPath) . " > $prettydiffPath"; 68 68 69 69 if (isAppleMacWebKit()) {
Note:
See TracChangeset
for help on using the changeset viewer.