[Groonga-commit] groonga/heroku-groonga-builder at 2461ef0 [master] Add missing split

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 11 13:27:37 JST 2015


Kouhei Sutou	2015-02-11 13:27:37 +0900 (Wed, 11 Feb 2015)

  New Revision: 2461ef08da13587c268f466225eafe3b28425cfa
  https://github.com/groonga/heroku-groonga-builder/commit/2461ef08da13587c268f466225eafe3b28425cfa

  Message:
    Add missing split

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2015-02-11 13:19:39 +0900 (a1b0872)
+++ Rakefile    2015-02-11 13:27:37 +0900 (b30a3b7)
@@ -85,7 +85,7 @@ class GroongaBuilder
   def setup_environment_variables
     ENV["PKG_CONFIG_PATH"] =
       File.join(absolute_install_prefix, "lib", "pkg-config")
-    path = ENV["PATH"]
+    path = ENV["PATH"].split(File::PATH_SEPARATOR)
     path += [File.join(absolute_install_prefix, "bin")]
     ENV["PATH"] = path.join(File::PATH_SEPARATOR)
   end
-------------- next part --------------
HTML����������������������������...
Download 



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