[Groonga-commit] long-long-float/droonga-engine at 63b1779 [master] Use $stderr instead of STDERR

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 12:55:57 JST 2014


Kouhei Sutou	2014-08-28 12:55:57 +0900 (Thu, 28 Aug 2014)

  New Revision: 63b17799a321cc4797e0049d14251386e0ad4c8b
  https://github.com/long-long-float/droonga-engine/commit/63b17799a321cc4797e0049d14251386e0ad4c8b

  Merged 15fc80d: Merge branch 'master' of github.com:droonga/droonga-engine

  Message:
    Use $stderr instead of STDERR
    
    Normally, $stderr is suitable. Because $stderr is the current standard
    error output and STDERR is the default standard error output.

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+1 -1)
===================================================================
--- bin/droonga-engine-join    2014-08-28 12:31:47 +0900 (089e065)
+++ bin/droonga-engine-join    2014-08-28 12:55:57 +0900 (9267170)
@@ -51,7 +51,7 @@ begin
               :default => Droonga::CatalogGenerator::DEFAULT_TAG)
   end
 rescue Slop::MissingOptionError => e
-  STDERR.puts(e)
+  $stderr.puts(e)
   exit(false)
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



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