Repository: hbase Updated Branches: refs/heads/branch-1.1 2cff94c40 -> 10bb19bad
HBASE-17352 Fix hbase-assembly build with bash 4 Signed-off-by: tedyu <yuzhih...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/10bb19ba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/10bb19ba Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/10bb19ba Branch: refs/heads/branch-1.1 Commit: 10bb19bad8caae6d2a1e04f5ccf0b9115f4995bd Parents: 2cff94c Author: Junegunn Choi <junegun...@gmail.com> Authored: Wed Dec 21 12:37:20 2016 +0900 Committer: tedyu <yuzhih...@gmail.com> Committed: Tue May 16 08:08:20 2017 -0700 ---------------------------------------------------------------------- hbase-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/10bb19ba/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 33155c3..d34d867 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -141,7 +141,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>