[Bug 99] building sablevm-classpath requires "find -regex"
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=99 ------- Additional Comments From [email protected] 2005-02-21 18:31 ------- It's fine on Mac OS X too. Note: egrep is not part of POSIX. I think it's better to have multiple invocations of grep. $ find whatever | grep -v '/\.svn' | grep -v '/CVS' http://www.mkssoftware.com/docs/man1/grep.1.asp (see note at bottom about POSIX). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are the QA contact for the bug, or are watching the QA contact.