summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2012-11-06 16:46:26 +0100
committerJonathan Bauer2012-11-06 16:46:26 +0100
commited57447777c5ffbb78d78759aa033a2bd236257d (patch)
tree706d152f952bdbd32fda3ff6a940d0b5a7edf3c3
parentld-linux hack & systemd.conf (diff)
downloadtm-scripts-ed57447777c5ffbb78d78759aa033a2bd236257d.tar.gz
tm-scripts-ed57447777c5ffbb78d78759aa033a2bd236257d.tar.xz
tm-scripts-ed57447777c5ffbb78d78759aa033a2bd236257d.zip
fix for missing files when find finds 2 or more matches
-rwxr-xr-xremote/setup-tools.sh3
1 files changed, 2 insertions, 1 deletions
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