diff options
| author | Jonathan Bauer | 2012-09-28 17:06:39 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2012-09-28 17:06:39 +0200 |
| commit | 2d46f55f8ef114888b7b555a9221f3a017f129aa (patch) | |
| tree | a24363885951d896a63a262de9ffe4bec73e9062 /remote | |
| parent | fix 3... (diff) | |
| download | tm-scripts-2d46f55f8ef114888b7b555a9221f3a017f129aa.tar.gz tm-scripts-2d46f55f8ef114888b7b555a9221f3a017f129aa.tar.xz tm-scripts-2d46f55f8ef114888b7b555a9221f3a017f129aa.zip | |
copyfileswithdependencies: required_files
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/setup-tools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/setup-tools.sh b/remote/setup-tools.sh index 0902e522..e532600d 100755 --- a/remote/setup-tools.sh +++ b/remote/setup-tools.sh @@ -61,7 +61,7 @@ copyfileswithdependencies () COPYFILES_LIST="copyfiles.list" - for FILENAME in $REQUIRED_BINARIES + for FILENAME in $REQUIRED_BINARIES $REQUIRED_FILES do for f in $(find . -name $FILENAME -type f -executable) do |
