Kouhei Sutou
null+****@clear*****
Wed Feb 13 22:51:24 JST 2013
Kouhei Sutou 2013-02-13 22:51:24 +0900 (Wed, 13 Feb 2013) New Revision: 488112640725d10a8da0c65a9ecfb998035f16cc https://github.com/mroonga/homebrew/commit/488112640725d10a8da0c65a9ecfb998035f16cc Log: Fix wrong "\" Modified files: mroonga.rb Modified: mroonga.rb (+1 -1) =================================================================== --- mroonga.rb 2013-02-13 22:51:08 +0900 (634c87e) +++ mroonga.rb 2013-02-13 22:51:24 +0900 (14ed13f) @@ -71,7 +71,7 @@ class Mroonga < Formula return super if data_index.nil? data = path.open - data.seek(data_index + "__END__¥n".size) + data.seek(data_index + "__END__\n".size) data end -------------- next part -------------- HTML����������������������������...Download