[Groonga-commit] groonga/heroku-buildpack-groonga at 2b0b454 [master] Use File::PATH_SEPARATOR

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 16:29:46 JST 2014


Kouhei Sutou	2014-05-24 16:29:46 +0900 (Sat, 24 May 2014)

  New Revision: 2b0b45485461bc2a023bb05403f83fe8d2652ddb
  https://github.com/groonga/heroku-buildpack-groonga/commit/2b0b45485461bc2a023bb05403f83fe8d2652ddb

  Message:
    Use File::PATH_SEPARATOR

  Modified files:
    bin/release

  Modified: bin/release (+2 -2)
===================================================================
--- bin/release    2014-05-24 16:29:37 +0900 (dde081f)
+++ bin/release    2014-05-24 16:29:46 +0900 (cf97c2c)
@@ -21,8 +21,8 @@ ld_library_paths = [
   ENV["LD_LIBRARY_PATH"],
 ]
 release["config_vars"] = {
-  "PATH"            => paths.join(":"),
-  "LD_LIBRARY_PATH" => ld_library_paths.compact.join(":"),
+  "PATH"            => paths.join(File::PATH_SEPARATOR),
+  "LD_LIBRARY_PATH" => ld_library_paths.compact.join(File::PATH_SEPARATOR),
 }
 
 release["default_process_types"] = {
-------------- next part --------------
HTML����������������������������...
Download 



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