[Groonga-commit] droonga/droonga-client-ruby at a88fae6 [master] Remove needless "*".

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 20 15:57:56 JST 2014


YUKI Hiroshi	2014-02-20 15:57:56 +0900 (Thu, 20 Feb 2014)

  New Revision: a88fae630fc499b030835ad1d0b1217ae9e8bd04
  https://github.com/droonga/droonga-client-ruby/commit/a88fae630fc499b030835ad1d0b1217ae9e8bd04

  Message:
    Remove needless "*".
    
    Because it made request_json_file an arrya, droonga-request command failed to process requests from a given file.

  Modified files:
    bin/droonga-request

  Modified: bin/droonga-request (+1 -1)
===================================================================
--- bin/droonga-request    2014-02-17 12:54:48 +0900 (c176e6d)
+++ bin/droonga-request    2014-02-20 15:57:56 +0900 (0de3885)
@@ -96,7 +96,7 @@ parser.on("--[no-]report-elapsed-time",
           "(#{options[:report_elapsed_time]})") do |report_elapsed_time|
   options[:report_elapsed_time] = report_elapsed_time
 end
-*rest = parser.parse!(ARGV)
+rest = parser.parse!(ARGV)
 
 request_json_file = rest.first
 
-------------- next part --------------
HTML����������������������������...
Download 



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