Bug 14965 - svn-create-patch uses deprecated tail switch
Summary: svn-create-patch uses deprecated tail switch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-14 10:00 PDT by Juan A. Suarez
Modified: 2007-08-14 11:12 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.11 KB, patch)
2007-08-14 10:25 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juan A. Suarez 2007-08-14 10:00:46 PDT
svn-create-patch uses the 'tail' tool to do its job. Currently, it uses a deprecated option in tail, which needs to be replaced.

tail +3  ==>  tail -n +3
Comment 1 David Kilzer (:ddkilzer) 2007-08-14 10:25:23 PDT
Created attachment 15961 [details]
Patch v1

Proposed fix!
Comment 2 Darin Adler 2007-08-14 10:32:02 PDT
Comment on attachment 15961 [details]
Patch v1

r=me
Comment 3 David Kilzer (:ddkilzer) 2007-08-14 11:12:24 PDT
Committed revision 25070.