[Groonga-commit] groonga/heroku-buildpack-groonga at f8e0035 [master] Fix a typo

Back to archive index

Ryo Sugimoto null+****@clear*****
Fri Sep 26 21:01:07 JST 2014


Ryo Sugimoto	2014-09-26 21:01:07 +0900 (Fri, 26 Sep 2014)

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

  Message:
    Fix a typo

  Modified files:
    bin/compile

  Modified: bin/compile (+1 -1)
===================================================================
--- bin/compile    2014-09-25 19:49:39 +0900 (5f98e81)
+++ bin/compile    2014-09-26 21:01:07 +0900 (6abadd2)
@@ -77,7 +77,7 @@ def fix_prefix_in_pc(prefix, real_prefix)
 end
 
 def mecab_enable
-  if ENV[GROONGA_MECAB_ENABLE] == "yes"
+  if ENV["GROONGA_MECAB_ENABLE"] == "yes"
     File.join("vendor", "mecab", "lib")
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



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