HBASE-17352 Fix hbase-assembly build with bash 4 (Junegunn Choi)
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/acd0218d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/acd0218d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/acd0218d Branch: refs/heads/hbase-12439 Commit: acd0218d91bac9410f7b9bc68f66aa065fd47d55 Parents: cac0904 Author: tedyu <[email protected]> Authored: Wed Dec 21 08:41:34 2016 -0800 Committer: tedyu <[email protected]> Committed: Wed Dec 21 08:41:34 2016 -0800 ---------------------------------------------------------------------- hbase-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/acd0218d/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 185e681..b9d8dcc 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>
