You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenBSD sed does not support the -i switch for editing files in place.
gsed, which does support the -i edit in place switch, is available from ports, however setup.py is using 'sedReplaceConfig' and I'm not sure how to get it to use gsed instead of sed.
The text was updated successfully, but these errors were encountered:
OpenBSD sed does not support the -i switch for editing files in place.
gsed, which does support the -i edit in place switch, is available from ports, however setup.py is using 'sedReplaceConfig' and I'm not sure how to get it to use gsed instead of sed.
The text was updated successfully, but these errors were encountered: