Skip to content

Commit

Permalink
removed extraneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Aug 5, 2010
1 parent 93e19e2 commit 5d50aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bundler/gem_helper.rb
Expand Up @@ -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
Expand Down

0 comments on commit 5d50aaf

Please sign in to comment.