Fix build with newer bash.

PR:		214522
Submitted by:	cokane
This commit is contained in:
Dmitry Sivachenko 2016-11-15 09:50:22 +00:00
parent 607b698a30
commit c0c986c521
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426155

View File

@ -0,0 +1,11 @@
--- hbase-assembly/pom.xml 2016-10-09 00:48:11.000000000 -0400
+++ hbase-assembly/pom.xml 2016-11-14 21:50:05.891026000 -0500
@@ -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>