Repository: hbase Updated Branches: refs/heads/branch-1.2 719ab32cc -> 5c82c8236
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/5c82c823 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5c82c823 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5c82c823 Branch: refs/heads/branch-1.2 Commit: 5c82c823642b96b3eff1f586701508dc2f3525a1 Parents: 719ab32 Author: Junegunn Choi <[email protected]> Authored: Wed Dec 21 12:37:20 2016 +0900 Committer: tedyu <[email protected]> Committed: Tue May 16 08:07:38 2017 -0700 ---------------------------------------------------------------------- hbase-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/5c82c823/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 2bab46d..07d2b64 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>
