[Groonga-commit] groonga/heroku-buildpack-groonga at 3b9fc5e [master] Ensure the last new line

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 7 23:45:57 JST 2014


Kouhei Sutou	2014-07-07 23:45:57 +0900 (Mon, 07 Jul 2014)

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

  Message:
    Ensure the last new line

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -1)
===================================================================
--- bin/compile    2014-07-07 23:45:25 +0900 (1b0ee2b)
+++ bin/compile    2014-07-07 23:45:57 +0900 (8510e52)
@@ -124,6 +124,6 @@ Dir.chdir(build_dir) do
   open("#{profile_dir}/groonga.sh", "w") do |env_file|
     ld_library_paths = ["#{app_dir}/#{prefix}/lib"] + base_ld_library_paths
     ld_library_path = build_path_environment_value(ld_library_paths)
-    env_file.write("export LD_LIBRARY_PATH=#{ld_library_path}")
+    env_file.puts("export LD_LIBRARY_PATH=#{ld_library_path}")
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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