[Groonga-commit] groonga/heroku-buildpack-rroonga at 3a5b08a [master] Add missing to_h

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 09:28:06 JST 2016


Kouhei Sutou	2016-02-23 09:28:06 +0900 (Tue, 23 Feb 2016)

  New Revision: 3a5b08a0a7e0c4ab34c09520de8af64987dd1096
  https://github.com/groonga/heroku-buildpack-rroonga/commit/3a5b08a0a7e0c4ab34c09520de8af64987dd1096

  Message:
    Add missing to_h

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -1)
===================================================================
--- bin/compile    2016-02-23 09:26:30 +0900 (c896d9e)
+++ bin/compile    2016-02-23 09:28:06 +0900 (65927ab)
@@ -52,7 +52,7 @@ arguments = Arguments.new(*ARGV)
 puts("-----> Initializing database")
 Dir.chdir(arguments.build_dir) do
   update_mecabrc(ENV["MECABRC"], arguments.build_dir) do
-    sh(ENV.merge(arguments.environment_variables),
+    sh(ENV.to_h.merge(arguments.environment_variables),
        "bundle", "exec", "ruby", File.join("groonga", "init.rb"))
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index