YUKI Hiroshi
null+****@clear*****
Thu Sep 18 15:49:44 JST 2014
YUKI Hiroshi 2014-09-18 15:49:44 +0900 (Thu, 18 Sep 2014) New Revision: d4345930df1b28a376051160f674efe06dfcfad2 https://github.com/droonga/droonga-engine/commit/d4345930df1b28a376051160f674efe06dfcfad2 Message: Receive user input value correctly Modified files: bin/droonga-engine-configure Modified: bin/droonga-engine-configure (+1 -1) =================================================================== --- bin/droonga-engine-configure 2014-09-18 15:46:23 +0900 (d446885) +++ bin/droonga-engine-configure 2014-09-18 15:49:44 +0900 (c86f8c8) @@ -109,7 +109,7 @@ end def input(message, default_value=nil) print "#{message} [#{default_value}]: " - response = gets + response = gets.strip if response.empty? default_value else -------------- next part -------------- HTML����������������������������... 下載