swift
6c8b958e - build-script: fix trailing newlines in `--preset-vars-file` (#78270)

Commit
320 days ago
build-script: fix trailing newlines in `--preset-vars-file` (#78270) Currently, usage of `--preset-vars-file` (added in https://github.com/swiftlang/swift/pull/76058) introduces newlines in values of preset variables passed via this file. Calling `strip()` will remove trailing and preceding whitespace characters, including newlines.
Author
Parents
Loading