brew style --fix
This commit is contained in:
parent
028cfe1ea6
commit
8e8d0c0248
@ -109,7 +109,8 @@ module Cask
|
|||||||
if target.writable?
|
if target.writable?
|
||||||
source.children.each { |child| FileUtils.move(child, target/child.basename) }
|
source.children.each { |child| FileUtils.move(child, target/child.basename) }
|
||||||
else
|
else
|
||||||
::Utils::Copy.recursive_with_attributes(source.children, target, force_command: true, sudo: true, command:)
|
::Utils::Copy.recursive_with_attributes(source.children, target,
|
||||||
|
force_command: true, sudo: true, command:)
|
||||||
end
|
end
|
||||||
Quarantine.copy_xattrs(source, target, command:)
|
Quarantine.copy_xattrs(source, target, command:)
|
||||||
source.rmtree
|
source.rmtree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user