gbs cleanup patch

Charles Wilson cygwin@cwilson.fastmail.fm
Fri Oct 15 23:35:00 GMT 2004


Igor Pechtchanski wrote:

> - you changed the "cd $dir && find ." to "find $dir" in some places, which
>   I'd be more comfortable changing as a separate step, if at all

Oooh, I missed that one.

cd $dir && find . --->  bar.c  baz.h
find $dir         --->  $dir/bar.c  $dir/baz.h

Not good unless the results are then filtered to remove the path 
component, or you're sure that the extra path info doesn't affect behavior.

-- 
Chuck



More information about the Cygwin-apps mailing list