Log copying during dotnet-install.sh
There's an issue copying some of the files and I can't identify it specifically. I need to see it in the test output. I will revert this when I have identified and fixed the problem.
This commit is contained in:
parent
b8e179501f
commit
191ffece69
1 changed files with 1 additions and 0 deletions
1
scripts/obtain/dotnet-install.sh
vendored
1
scripts/obtain/dotnet-install.sh
vendored
|
@ -544,6 +544,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")"
|
||||
say "cp -R $override_switch $root_path/$path $target"
|
||||
cp -R "$override_switch" "$root_path"/"$path" "$target"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue