Repository: hbase
Updated Branches:
  refs/heads/branch-1 d8ef49506 -> 68d292d83


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/68d292d8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/68d292d8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/68d292d8

Branch: refs/heads/branch-1
Commit: 68d292d83b9d86f7cc7fe45bd1bd982d8befd0e2
Parents: d8ef495
Author: Junegunn Choi <[email protected]>
Authored: Wed Dec 21 12:37:20 2016 +0900
Committer: tedyu <[email protected]>
Committed: Tue May 16 08:05:32 2017 -0700

----------------------------------------------------------------------
 hbase-assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/68d292d8/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index a143958..8ad1c08 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>

Reply via email to