New -find tests -maxdepth and -mindepth
This commit is contained in:
@ -384,6 +384,7 @@ int Findjob_new(struct FindjoB **o, char *start_path, int flag)
|
||||
m->errmsg[0]= 0;
|
||||
m->errn= 0;
|
||||
m->match_count= 0;
|
||||
m->depth= 0;
|
||||
|
||||
ret= Exprnode_new(&(m->test_tree), m, NULL, "-find", (m->use_shortcuts)<<1);
|
||||
if(ret<=0)
|
||||
|
Reference in New Issue
Block a user