зеркало из https://github.com/dotnet/sdk.git
Родитель
7a96d9cb1a
Коммит
7a1afb7e70
|
@ -612,7 +612,7 @@ copy_files_or_dirs_from_list() {
|
|||
local target="$out_path/$path"
|
||||
if [ "$override" = true ] || (! ([ -d "$target" ] || [ -e "$target" ])); then
|
||||
mkdir -p "$out_path/$(dirname "$path")"
|
||||
cp -R $override_switch "$root_path/$path" "$target"
|
||||
cp -R --remove-destination $override_switch "$root_path/$path" "$target"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче