From 43b7ecf466b33d39304666e417bbb6a71b02db9e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 27 Apr 2022 18:12:20 -0500 Subject: [PATCH] macOS doesn't have "find -executable". --- .ci/b2_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/b2_example.sh b/.ci/b2_example.sh index 621919745..8137b4422 100755 --- a/.ci/b2_example.sh +++ b/.ci/b2_example.sh @@ -4,7 +4,7 @@ set -e pushd $1 $HOME/temp/.b2/bin/b2 -d+2 ${B2_ARGS} -find . -executable -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file '{}' '+' +find . -perm /a+x -type f -o -name "*.o" -o -name "*.a" -o -name "*.so" -o -name "*.dylib" -exec file '{}' '+' popd # Use, modification, and distribution are