From 698f9e57ba08ea6961f0f646fbd4fd501853a6d7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Jul 2014 23:40:10 +0200 Subject: [setup_target] Fix find expression for required binaries --- remote/setup_target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/setup_target b/remote/setup_target index 02400cd1..6b9a7a6c 100755 --- a/remote/setup_target +++ b/remote/setup_target @@ -153,7 +153,7 @@ copy_files_with_deps () { else OPTIONAL="no" fi - local FILE_CANDIDATES=$( find . -name "${FILENAME}" -a -executable -a \( -type f -o -type l \) ) + local FILE_CANDIDATES=$( find . -name "${FILENAME}" -a \( -type f -o -type l \) ) local FINAL_LIST="" # Check result of find if [ "$(echo "$FILE_CANDIDATES" | wc -l)" -gt 1 ]; then -- cgit v1.2.3-55-g7522