90c5f0f find: move maxdepth before -iname

1 file Authored by jchaloup 5 years ago, Committed by Nicolas Mailhot 5 years ago,
    find: move maxdepth before -iname
    
    Otherwise the find command complains about:
    
    find: warning: you have specified the -maxdepth option after a non-option argument -iname,
    but options are not positional (-maxdepth affects tests specified before it as well as those
    specified after it).  Please specify options before other arguments.
    
        
file modified
+1 -1