Re: find -execdir executes in wrong dir

2010-11-30 Thread Corinna Vinschen
Please, don't http://cygwin.com/acronyms/#TOFU. On Nov 29 07:11, pdanford wrote: > I was wondering how a fix for the below can be obtained as soon as > it's available? The current implementation of find's -execdir has all > our scripts that use cygwin halted. I just tested a vanilla build of find

Re: find -execdir executes in wrong dir

2010-11-29 Thread pdanford
I was wondering how a fix for the below can be obtained as soon as it's available? The current implementation of find's -execdir has all our scripts that use cygwin halted. Thanks, Peter - www.pdanford.com On Nov 22 13:13, Dirk Fassbender wrote: > The behaviour of find -execdir is documented in t

Re: find -execdir executes in wrong dir

2010-11-22 Thread Corinna Vinschen
On Nov 22 13:13, Dirk Fassbender wrote: > The behaviour of find -execdir is documented in the info pages. > From the info page: > > -- Action: -execdir command ; > Execute COMMAND; true if zero status is returned. `find' takes > all arguments after `-execdir' to be part of the command

Re: find -execdir executes in wrong dir

2010-11-22 Thread Dirk Fassbender
Am 22.11.2010 12:19, schrieb Corinna Vinschen: On Nov 21 05:02, pdanford wrote: I just upgraded to version 1.7.7-1 and the following find command is broken (which used to work correctly in a recent 1.7x version): C:\cygwin\bin\find . -name file.txt -type f -execdir pwd ';' Apparently, if there

Re: find -execdir executes in wrong dir

2010-11-22 Thread Corinna Vinschen
On Nov 21 05:02, pdanford wrote: > I just upgraded to version 1.7.7-1 and the following find command is > broken (which used to work correctly in a recent 1.7x version): > > C:\cygwin\bin\find . -name file.txt -type f -execdir pwd ';' > > Apparently, if there are say 10 matching file.txt files, -