Reviewed by Anders Carlsson.
* Scripts/show-pretty-diff:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@99376
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-11-06 Dan Bernstein <mitz@apple.com>
+
+ Made show-pretty-diff work when the input path contains spaces.
+
+ Reviewed by Anders Carlsson.
+
+ * Scripts/show-pretty-diff:
+
2011-11-05 Daniel Cheng <dcheng@chromium.org>
[chromium] Use the security origin instead of the URL when checking notification permissions
my $prettyPatchTool = sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
my $pathToPrettify = "ruby -I " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/ " . sourceDir() . "/Websites/bugs.webkit.org/PrettyPatch/prettify.rb";
-system "$pathToPrettify $inputPath > $prettydiffPath";
+system "$pathToPrettify " . quotemeta($inputPath) . " > $prettydiffPath";
if (isAppleMacWebKit()) {
system "open", $prettydiffPath;