corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.85k stars 775 forks source link

Fix the empty lines #274

Closed Florin9doi closed 1 year ago

Florin9doi commented 1 year ago
The empty lines were somehow ignored and overwritten: Before After
gib1 gib2
corpnewt commented 1 year ago

Huh - that's odd behavior - might only be that way in powershell? IIRC it works fine in cmd, and I just tested terminal on macOS. Setting them to spaces doesn't hurt anything though - so I'll merge. Thanks!

-CorpNewt