mirror of
https://github.com/apache/sqoop.git
synced 2025-05-13 23:41:56 +08:00
Make sure files under testdata/hive/bin are executable
git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/branches/branch-1.4.0@1197867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
807e6c2563
commit
db378b1855
@ -430,6 +430,7 @@
|
|||||||
<!-- make sure the bin scripts are executable. -->
|
<!-- make sure the bin scripts are executable. -->
|
||||||
<chmod perm="ugo+x" type="file" parallel="false">
|
<chmod perm="ugo+x" type="file" parallel="false">
|
||||||
<fileset dir="${dist.dir}/bin" />
|
<fileset dir="${dist.dir}/bin" />
|
||||||
|
<fileset dir="${dist.dir}/testdata/hive/bin" />
|
||||||
</chmod>
|
</chmod>
|
||||||
|
|
||||||
<!-- make sure any scripts named *.sh are executable. -->
|
<!-- make sure any scripts named *.sh are executable. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user