Bug 195061 - Stray period in Readme.md makes command not work on copy/paste
Summary: Stray period in Readme.md makes command not work on copy/paste
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Trivial
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-26 11:48 PST by Gabe Giosia
Modified: 2019-02-26 20:20 PST (History)
4 users (show)

See Also:


Attachments
Patch to remove the period in Readme.md (927 bytes, patch)
2019-02-26 11:59 PST, Gabe Giosia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabe Giosia 2019-02-26 11:48:23 PST
The markdown in Readme.md that reads

```
Tools/Scripts/build-webkit --debug --ios-simulator.
```

should be 

```
Tools/Scripts/build-webkit --debug --ios-simulator
```

so that you can copy/paste the command.
Comment 1 Gabe Giosia 2019-02-26 11:59:00 PST
Created attachment 363001 [details]
Patch to remove the period in Readme.md
Comment 2 WebKit Commit Bot 2019-02-26 20:19:32 PST
Comment on attachment 363001 [details]
Patch to remove the period in Readme.md

Clearing flags on attachment: 363001

Committed r242121: <https://trac.webkit.org/changeset/242121>
Comment 3 WebKit Commit Bot 2019-02-26 20:19:34 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-02-26 20:20:50 PST
<rdar://problem/48426253>