Update of bug #12966 (project findutils): Status: None => Need Info
_______________________________________________________ Follow-up Comment #2: It's a bug. However, this bug was fixed in findutils 4.2.2, and so should not affect findutils-4.2.20, which is the version you say you have a problem with in your bug report. Are you seeing a platform-specific problem, or are you using a version of findutils which is older than 4.2.2? $ for version in 4.1.20 4.2.1 4.2.2 4.2.3 4.2.20 ; do rm .p.; touch .p. ; echo $version ... ; /home/james/source/GNU/findutils/installed/bin/find-$version . -name '*.' ; done 4.1.20 ... 4.2.1 ... 4.2.2 ... . ./.p. 4.2.3 ... . ./.p. 4.2.20 ... . ./.p. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12966> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-findutils mailing list Bug-findutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-findutils