aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-10-31 20:55:57 -0700
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-01 17:30:16 +0900
commitb2126d3fcfd2a946fe95947506620bb5e6c1f424 (patch)
treed75201bb5679772682dcfd9fc3db32b06763bdbc /bin
parent469545307f7b688d0b7a15a5cfd33bcecb775123 (diff)
downloadruby-b2126d3fcfd2a946fe95947506620bb5e6c1f424.tar.gz
[ruby/date] Remove unneeded line in update-abbr
https://github.com/ruby/date/commit/ae14e5f293
Diffstat (limited to 'bin')
-rw-r--r--bin/update-abbr1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/update-abbr b/bin/update-abbr
index 33dbda1fe5..31a1e06790 100644
--- a/bin/update-abbr
+++ b/bin/update-abbr
@@ -29,7 +29,6 @@ lines.select{|l| l.include?(',')}.
map{|l| l.split(',', 2)[0]}.
each{|a| h.delete(a)}
-h.sort.map{|k,v| "#{k},#{v}"}
lines.insert(-2, h.sort.map{|k,v| "#{k},#{v}\n"})
lines.flatten!
File.write('ext/date/zonetab.list', lines.join)