[Bug 893549] Re: using find in a symlinked folder does not return folder content

2011-11-22 Thread Falco Kleinschmidt
** Patch added: Patch which puts a / after the folder name if the find method is used. https://bugs.launchpad.net/bugs/893549/+attachment/2604881/+files/catfish_patch_symlinked-folder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 893549] [NEW] using find in a symlinked folder does not return folder content

2011-11-22 Thread Falco Kleinschmidt
Public bug reported: If I use a folder as starting point which is a symlink the content of this folder is not searched using the find method. The fix is adding a / after the folder name: find': (method, '', '%s ' + folder + '/ -ignore_readdir_race -noleaf', '-wholename', '-iwholename', '', 1,