Josh Elser created PHOENIX-3106:
-----------------------------------
Summary: dev/make_rc.sh doesn't work with BSD `find`
Key: PHOENIX-3106
URL: https://issues.apache.org/jira/browse/PHOENIX-3106
Project: Phoenix
Issue Type: Improvement
Reporter: Josh Elser
Assignee: Josh Elser
Priority: Trivial
Fix For: 4.9.0, 4.8.1
{{./dev/make_rc.sh}} uses some {{find}} invocations which work on the GNU find,
but not the BSD variant.
They're pretty easy to change so that we can support both:
Change {{find filename}} to {{find . -name filename}} and {{find -iname
filename}} to {{find . -iname filename}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)