зеркало из https://github.com/github/ruby.git
Do not double "yp_" prefix [ci skip]
This commit is contained in:
Родитель
a5ffcfbd8a
Коммит
0e5da05a32
|
@ -412,6 +412,7 @@ module SyncDefaultGems
|
|||
# Move all files in enc to be prefixed with yp_ in order
|
||||
# to deconflict them from non-yarp enc files
|
||||
(Dir.entries("yarp/enc/") - ["..", "."]).each do |f|
|
||||
next if f.start_with?("yp_")
|
||||
mv "yarp/enc/#{f}", "yarp/enc/yp_#{f}"
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче