mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
admin was using the -executable flag of find that is not available on Mac. This patch replaces it with "-perm +0111 -type f" which is similar semantics. In addition, there seem to be differences in which shell builtins are available so some changes have been made to fix that issue. Change-Id: I9b2ecbd5bf6a9b1610e7ca9f15b1a4d1407b94c1 Reviewed-on: http://gerrit.cloudera.org:8080/1612 Reviewed-by: Casey Ching <casey@cloudera.com> Readability: Martin Grund <mgrund@cloudera.com> Tested-by: Internal Jenkins