From ed57447777c5ffbb78d78759aa033a2bd236257d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 6 Nov 2012 16:46:26 +0100 Subject: fix for missing files when find finds 2 or more matches --- remote/setup-tools.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remote/setup-tools.sh b/remote/setup-tools.sh index c716a7a2..54713683 100755 --- a/remote/setup-tools.sh +++ b/remote/setup-tools.sh @@ -98,8 +98,9 @@ copyfileswithdependencies () for f in $(find . -name $FILENAME) do [ $(file $f |grep -c ELF) -eq 0 ] && FILE=$f - done echo $FILE >> $COPYFILES_LIST + done + #echo $FILE >> $COPYFILES_LIST done #copy to initramfsdir -- cgit v1.2.3-55-g7522