Bug 195061

Summary: Stray period in Readme.md makes command not work on copy/paste
Product: WebKit Reporter: Gabe Giosia <giosia>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: commit-queue, giosia, Hironori.Fujii, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch to remove the period in Readme.md none

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>