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
macOS sed requires 'sed -i "" ...' while GNU sed uses 'sed -i ...'.
Add a sedi wrapper that detects the variant. Also use POSIX character
classes instead of GNU \s and \+ extensions.
0 commit comments