Resolve "Sed errors on MacOS"
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