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
fix: update find commands to support GNU and FreeBSD flavors (#804)
The arguments to GNU `find` and FreeBSD (MacOS) `find` are slightly
different. This PR orders the options so that GNU `find` is happy. It
also only uses options that are available in both flavors.
Closes#800.
0 commit comments