You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2016/12/21 16:41:41 UTC

hbase git commit: HBASE-17352 Fix hbase-assembly build with bash 4 (Junegunn Choi)

Repository: hbase
Updated Branches:
  refs/heads/master cac0904c1 -> acd0218d9


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/master
Commit: acd0218d91bac9410f7b9bc68f66aa065fd47d55
Parents: cac0904
Author: tedyu <yu...@gmail.com>
Authored: Wed Dec 21 08:41:34 2016 -0800
Committer: tedyu <yu...@gmail.com>
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>