From 5d50aaf04b3ac8748b058d83537a46396927efbb Mon Sep 17 00:00:00 2001 From: Joshua Hull Date: Wed, 4 Aug 2010 17:39:54 -0700 Subject: [PATCH] removed extraneous line --- lib/bundler/gem_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bundler/gem_helper.rb b/lib/bundler/gem_helper.rb index 7a02a2bda15..726eb03dbfc 100644 --- a/lib/bundler/gem_helper.rb +++ b/lib/bundler/gem_helper.rb @@ -124,7 +124,6 @@ def sh_with_code(cmd, &block) output = '' Dir.chdir(base) { stdin, stdout, stderr = *Open3.popen3(cmd) - #stdin.close if $? == 0 output = stdout.read block.call if block