You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/07/20 20:11:20 UTC

[jira] [Created] (PHOENIX-3106) dev/make_rc.sh doesn't work with BSD `find`

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)