diff options
-rw-r--r-- | lib/rubygems/util.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ module Gem::Util # Invokes system, but silences all output. def self.silent_system(*command) - opt = { :out => IO::NULL, :err => [:child, :out] } if Hash === command.last opt.update(command.last) cmds = command[0...-1] |