зеркало из https://github.com/github/ruby.git
Touch the toplevel directory too
This commit is contained in:
Родитель
542a1ade80
Коммит
b0a7221dcf
|
@ -486,8 +486,11 @@ after-update::
|
||||||
else
|
else
|
||||||
FileUtils.rm_rf("gems")
|
FileUtils.rm_rf("gems")
|
||||||
end
|
end
|
||||||
touch_all(modified, "**/*/", 0) do |name, stat|
|
if modified
|
||||||
stat.mtime > modified
|
touch_all(modified, "**/*/", 0) do |name, stat|
|
||||||
|
stat.mtime > modified
|
||||||
|
end
|
||||||
|
File.utime(modified, modified, ".")
|
||||||
end
|
end
|
||||||
unless $?.success?
|
unless $?.success?
|
||||||
puts $colorize.fail(" failed")
|
puts $colorize.fail(" failed")
|
||||||
|
|
Загрузка…
Ссылка в новой задаче