Repository: hbase Updated Branches: refs/heads/branch-1.3 d18eb62d8 -> e9aa49f65
HBASE-17352 Fix hbase-assembly build with bash 4 Signed-off-by: tedyu <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e9aa49f6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e9aa49f6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e9aa49f6 Branch: refs/heads/branch-1.3 Commit: e9aa49f659b1eadc73e666102a35f778d17b4714 Parents: d18eb62 Author: Junegunn Choi <[email protected]> Authored: Wed Dec 21 12:37:20 2016 +0900 Committer: tedyu <[email protected]> Committed: Tue May 16 08:06:39 2017 -0700 ---------------------------------------------------------------------- hbase-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e9aa49f6/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 8e2f142..047f8f1 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -138,7 +138,7 @@ <argument>bash</argument> <argument>-c</argument> <argument>cat maven-shared-archive-resources/META-INF/NOTICE \ - `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt` \ + `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt` </argument> </arguments> <outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>
