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
resolvePath() normalizes path segments and drops trailing empty
components, so a sed script like 's/world/there/' was rewritten to
's/world/there', losing the closing delimiter and producing
'unterminated substitute replacement'. Skip resolvePath for sed's
script argument(s) (the first non-option arg, or args after -e/-f).
0 commit comments