Add -NoNewLine to portfile output (#1724)
This commit is contained in:
parent
f9d4d36ad8
commit
be81e6d6e1
@ -56,4 +56,4 @@ $portfileLocation = "$SourceDirectory/port/portfile.cmake"
|
||||
$newContent = Get-Content -Raw -Path $portfileLocation `
|
||||
| ForEach-Object { $_ -replace '(SHA512\s+)1', "`${1}$sha512" }
|
||||
|
||||
$newContent | Set-Content $portfileLocation
|
||||
$newContent | Set-Content $portfileLocation -NoNewLine
|
||||
|
||||
Loading…
Reference in New Issue
Block a user