From 05e87731618c900327e7712c0dd2a264fe1f3d81 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Wed, 4 Jul 2018 09:11:32 +0300 Subject: [PATCH] fix typo in chmod for all binary repository dirs and files --- BUILD/mdbci/copy_repos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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