Kouhei Sutou
null+****@clear*****
Wed Oct 29 00:04:43 JST 2014
Kouhei Sutou 2014-10-29 00:04:43 +0900 (Wed, 29 Oct 2014) New Revision: f695217eeb19c0f9d28169e4b95a99aad930308a https://github.com/ranguba/rroonga/commit/f695217eeb19c0f9d28169e4b95a99aad930308a Message: Add a missing spaces Modified files: ext/groonga/extconf.rb Modified: ext/groonga/extconf.rb (+1 -1) =================================================================== --- ext/groonga/extconf.rb 2014-10-28 23:34:23 +0900 (93dbf4e) +++ ext/groonga/extconf.rb 2014-10-29 00:04:43 +0900 (160425e) @@ -171,7 +171,7 @@ def n_processors proc_file = "/proc/cpuinfo" use_processors = 1 if File.exist?(proc_file) - cpu_nums = `cat #{proc_file} |grep processor|wc -l` + cpu_nums = `cat #{proc_file} | grep processor | wc -l` elsif RUBY_PLATFORM =~ /darwin/ cpu_nums = `sysctl -n hw.ncpu` end -------------- next part -------------- HTML����������������������������...Download