mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The quoting of the sed commands was creating problems in my Windows installation. I am unsure if the implementation of sed.exe is different or the cmd.exe is different. In order to avoid problems in different machines, replace the piped sed commands into only one python script. This should be multiplatform and should execute the same in any of them. It also remove a lot of the extra quoting and escaping, and avoids 5 processes for only just one.
1.3 KiB
1.3 KiB