WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Fix -v|--verbose option in sort-export-file script.
0001-fix-verbose-option-in-sort-export-file.patch (text/plain), 1.33 KB, created by
Nagy Renátó
on 2014-07-18 01:12:33 PDT
(
hide
)
Description:
Fix -v|--verbose option in sort-export-file script.
Filename:
MIME Type:
Creator:
Nagy Renátó
Created:
2014-07-18 01:12:33 PDT
Size:
1.33 KB
patch
obsolete
>From dd15a7dc8fe33e2422214b093f330e6304865ea0 Mon Sep 17 00:00:00 2001 >From: Renato Nagy <nagy.renato@stud.u-szeged.hu> >Date: Fri, 18 Jul 2014 10:09:49 +0200 >Subject: [PATCH] fix-verbose-option-in-sort-export-file > >--- > Tools/ChangeLog | 11 +++++++++++ > Tools/Scripts/sort-export-file | 1 + > 2 files changed, 12 insertions(+) > >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 3a18c21..ac83503 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2014-07-18 Renato Nagy <nagy.renato@stud.u-szeged.hu> >+ >+ Fix -v|--verbose option in sort-export-file script. >+ https://bugs.webkit.org/show_bug.cgi?id=135043 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ -v|--verbose option does not work. Option added to getOptionsResult. >+ >+ * Scripts/sort-export-file: >+ > 2014-07-04 Shivakumar JM <shiva.jm@samsung.com> > > [EFL][WK2] Enhance the Minibrowser to show selected/highlighted text in search bar, if any. >diff --git a/Tools/Scripts/sort-export-file b/Tools/Scripts/sort-export-file >index 6274bac..01e0c95 100755 >--- a/Tools/Scripts/sort-export-file >+++ b/Tools/Scripts/sort-export-file >@@ -39,6 +39,7 @@ my $shouldBeVerbose; > > my $getOptionsResult = GetOptions( > 'h|help' => \$shouldShowHelp, >+ 'v|verbose' => \$shouldBeVerbose, > 'w|warnings!' => \$shouldPrintWarnings, > ); > >-- >1.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 135043
: 235113