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
While #55 fixed the issue with `xargs` it did not fix the `sed` expression to
work on MacOS. Do so by enabling extended regular expressions (`-E`) and
adjusting the expression, this now works on both Linux (GNU sed 4.4) and on
MacOS (system `sed` from FreeBSD).
This properly fixes#52.
Signed-off-by: Ian Campbell <ijc@docker.com>
0 commit comments