Follow-up Comment #12, bug #50259 (project findutils):

Thanks for your concern.
I think that's a different story:

  $ ./find / // /// -maxdepth 0 -printf "'%h'\n"
  ''
  '/'
  '//'

  $ /usr/bin/find / // /// -maxdepth 0 -printf "'%h'\n"
  ''
  '/'
  '//'

The commit didn't change this - it just fixed the issue with the trailing
slash(es) without changing anything else.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50259>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to