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

find -execdir executes in wrong dir

2010-11-21 Thread pdanford
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, -execdir executes the command in the first dir