зеркало из https://github.com/github/ruby.git
Ignore EACCES on Windows
This commit is contained in:
Родитель
35cfc9a3bb
Коммит
59eadf3d25
|
@ -116,7 +116,7 @@ end
|
||||||
if File.respond_to?(:symlink)
|
if File.respond_to?(:symlink)
|
||||||
begin
|
begin
|
||||||
ln_sr(src, dest, verbose: true, target_directory: target_directory, force: force, noop: noop)
|
ln_sr(src, dest, verbose: true, target_directory: target_directory, force: force, noop: noop)
|
||||||
rescue NotImplementedError, Errno::EPERM
|
rescue NotImplementedError, Errno::EPERM, Errno::EACCES
|
||||||
else
|
else
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче