[Groonga-commit] ranguba/rroonga at 578b6d7 [master] Use meaningful name

Back to archive index

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


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

  New Revision: 578b6d75bb44e4011155d76c7c0c54276e23830e
  https://github.com/ranguba/rroonga/commit/578b6d75bb44e4011155d76c7c0c54276e23830e

  Message:
    Use meaningful name

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+3 -3)
===================================================================
--- ext/groonga/extconf.rb    2016-03-27 13:01:05 +0900 (e0355f6)
+++ ext/groonga/extconf.rb    2016-03-27 13:01:28 +0900 (85a07f7)
@@ -85,9 +85,9 @@ def download(url)
     message(" skip (use downloaded file)\n")
   else
 
-    proxy_str = ENV["http_proxy"]
-    if proxy_str
-      proxy_info = URI.parse(proxy_str)
+    proxy_env = ENV["http_proxy"]
+    if proxy_env
+      proxy_info = URI.parse(proxy_env)
     end
     options = {}
     if proxy_info
-------------- next part --------------
HTML����������������������������...
Descargar 



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