summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hull <joshbuddy@gmail.com>2010-08-04 17:39:54 -0700
committerJoshua Hull <joshbuddy@gmail.com>2010-08-04 17:39:54 -0700
commit5d50aaf04b3ac8748b058d83537a46396927efbb (patch)
tree46312e213ffdc3c14868dec3f55fd1980b31affb
parent93e19e22d9c87e847566f2f4ffb314b10cdb6fe1 (diff)
downloadbundler-5d50aaf04b3ac8748b058d83537a46396927efbb.tar.gz
removed extraneous line
-rw-r--r--lib/bundler/gem_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/gem_helper.rb b/lib/bundler/gem_helper.rb
index 7a02a2bda1..726eb03dbf 100644
--- a/lib/bundler/gem_helper.rb
+++ b/lib/bundler/gem_helper.rb
@@ -124,7 +124,6 @@ module Bundler
output = ''
Dir.chdir(base) {
stdin, stdout, stderr = *Open3.popen3(cmd)
- #stdin.close
if $? == 0
output = stdout.read
block.call if block