зеркало из https://github.com/github/ruby.git
Try to overwrite the file in VPATH if possible
This commit is contained in:
Родитель
66529eef88
Коммит
70c9d5b504
|
@ -28,7 +28,8 @@ class Output
|
|||
updated = color.fail("updated")
|
||||
outpath = nil
|
||||
|
||||
if @ifchange and (@vpath.open(@path, "rb") {|f| outpath = f.path; f.read == data} rescue false)
|
||||
if (@ifchange or overwrite) and
|
||||
(@vpath.open(@path, "rb") {|f| outpath = f.path; f.read == data if @ifchange} rescue false)
|
||||
puts "#{outpath} #{unchanged}"
|
||||
written = false
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче