[Groonga-commit] ranguba/rroonga at efaa9be [master] Use double quote for string literal

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Mar 27 13:01:05 JST 2016


Kouhei Sutou	2016-03-27 13:01:05 +0900 (Sun, 27 Mar 2016)

  New Revision: efaa9befd354b2dabb5dde91db43fe611f381e6c
  https://github.com/ranguba/rroonga/commit/efaa9befd354b2dabb5dde91db43fe611f381e6c

  Message:
    Use double quote for string literal

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+1 -1)
===================================================================
--- ext/groonga/extconf.rb    2016-03-27 13:00:47 +0900 (b508836)
+++ ext/groonga/extconf.rb    2016-03-27 13:01:05 +0900 (e0355f6)
@@ -85,7 +85,7 @@ def download(url)
     message(" skip (use downloaded file)\n")
   else
 
-    proxy_str = ENV['http_proxy']
+    proxy_str = ENV["http_proxy"]
     if proxy_str
       proxy_info = URI.parse(proxy_str)
     end
-------------- next part --------------
HTML����������������������������...
下载 



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