diff --git a/BUILD/mdbci/copy_repos.sh b/BUILD/mdbci/copy_repos.sh index 12e25a6c6..cef601b46 100755 --- a/BUILD/mdbci/copy_repos.sh +++ b/BUILD/mdbci/copy_repos.sh @@ -31,8 +31,8 @@ else mkdir -p $path_prefix/$platform_family/ rsync -avz --progress --delete ${unsorted_repo_dir}/$repo_name/$box/* $path_prefix/$platform_family/ env > $build_info_path - find $path_prefix/.. -type d -exec chmod 755 {} - find $path_prefix/.. -type f -exec chmod 644 {} + find $path_prefix/.. -type d -exec chmod 755 {} \; + find $path_prefix/.. -type f -exec chmod 644 {} \; eval "cat < /dev/null > ${path_prefix}/${platform}_${platform_version}.json