aboutsummaryrefslogtreecommitdiffstats
path: root/bin/update-abbr
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-abbr')
-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)