[Groonga-commit] long-long-float/droonga-engine at 9fd5f09 [master] Use boolean for exit for portability

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 10:29:24 JST 2014


Kouhei Sutou	2014-08-28 10:29:24 +0900 (Thu, 28 Aug 2014)

  New Revision: 9fd5f09de14377c6f4c3366c2ccc147ce88ad5e1
  https://github.com/long-long-float/droonga-engine/commit/9fd5f09de14377c6f4c3366c2ccc147ce88ad5e1

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

  Message:
    Use boolean for exit for portability

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+1 -1)
===================================================================
--- bin/droonga-engine-join    2014-08-28 10:27:37 +0900 (9e98e21)
+++ bin/droonga-engine-join    2014-08-28 10:29:24 +0900 (3718650)
@@ -52,7 +52,7 @@ begin
   end
 rescue Slop::MissingOptionError => e
   STDERR.puts(e)
-  exit(-1)
+  exit(false)
 end
 
 joining_node = "#{options[:host]}:#{options[:port]}/#{options[:tag]}"
-------------- next part --------------
HTML����������������������������...
Download 



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