Kouhei Sutou
null+****@clear*****
Tue Feb 23 10:35:54 JST 2016
Kouhei Sutou 2016-02-23 10:35:54 +0900 (Tue, 23 Feb 2016) New Revision: a3a4d1be3de0f8e3ba40e42d239335fd336ead80 https://github.com/groonga/heroku-buildpack-groonga/commit/a3a4d1be3de0f8e3ba40e42d239335fd336ead80 Message: Fix a typo Modified files: bin/compile Modified: bin/compile (+1 -1) =================================================================== --- bin/compile 2016-02-23 10:35:20 +0900 (cf86ee8) +++ bin/compile 2016-02-23 10:35:54 +0900 (8a1c850) @@ -123,7 +123,7 @@ Dir.chdir(build_dir) do mecabrc = "#{build_dir}/vendor/mecab/etc/mecabrc" mecabrc_suffix = ".compiling" ENV["MECABRC"] = "#{mecabrc}#{mecabrc_suffix}" - puts(File.read(ENV["MECABRC"])) + puts(File.read(mecabrc)) sh("sed", "-i#{mecabrc_suffix}", "-e", "s,/app,#{build_dir},g", mecabrc) puts("=" * 40) puts(File.read(ENV["MECABRC"])) -------------- next part -------------- HTML����������������������������...Download