rirc icon indicating copy to clipboard operation
rirc copied to clipboard

Fix make install on macOS

Open strafe opened this issue 11 months ago • 0 comments

macOS uses the BSD version of sed that unlike the GNU version, requires the backup suffix to be supplied when using -i or -I.

There are a couple of ways to accommodate for this, but this seemed like the cleanest cross-platform way to me. GNU sed requires there to be no space between the option and parameter, BSD sed doesn't mind either way.

strafe avatar Feb 28 '24 02:02 strafe