HBASE-17352 Fix hbase-assembly build with bash 4 (Junegunn Choi)
This commit is contained in:
parent
cac0904c16
commit
acd0218d91
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue