From b2126d3fcfd2a946fe95947506620bb5e6c1f424 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 31 Oct 2019 20:55:57 -0700 Subject: [PATCH] [ruby/date] Remove unneeded line in update-abbr https://github.com/ruby/date/commit/ae14e5f293 --- bin/update-abbr | 1 - 1 file changed, 1 deletion(-) 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)