Update of bug #12999 (project findutils): Item Group: None => Wrong result Status: None => Fixed Assigned to: None => jay
_______________________________________________________ Follow-up Comment #1: It turns out to be due to the fact that the regexp syntax was not correctly initialised. It is now set to RE_SYNTAX_POSIX_BASIC in find/parser.c, which means that intervals are provided: $ ./find . -regex '.*fstype.o\{1\}' -print ./fstype.o _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12999> _______________________________________________ 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