Skip to content

Resolve "Sed errors on MacOS"

Andrei Pavel requested to merge 1019-sed-errors-on-macos into master

Closes #1019 (closed).

I was able to reproduce the problem on a FreeBSD machine, and fixed it there. BSD-based sed requires a suffix after -i. It leaves a file behind that needs to be cleaned up.

Edited by Andrei Pavel

Merge request reports