Created
March 29, 2010 13:22
-
-
Save kronos/347825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kernel/common/process.rb b/kernel/common/process.rb | |
index c97dade..c576f06 100644 | |
--- a/kernel/common/process.rb | |
+++ b/kernel/common/process.rb | |
@@ -653,6 +653,7 @@ module Kernel | |
end | |
Process.waitpid(pid) | |
+ read.close | |
return output | |
else | |
read.close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment