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
Issue #2: Fix find error "paths must precede expression"
The asterisks were not escaped and in certain situations the shell
expanded it to multiple paths, but the -path find parameter only accepts
one value. Find encounter two values for the -path parameter and the
error was triggered.
0 commit comments