summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-18 13:43:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-18 13:43:42 +0000
commit5f1db6ea963689f4992a92ecd3d90d80df6d2e2e (patch)
tree145cdb7c7e1c16fe338f07fcca36f1dce52b1368 /lib
parentdef3aa514abd24d4846f43d0774f370497b7aac2 (diff)
* eval.c (proc_invoke): should update "result" for orphans.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3.rb b/lib/open3.rb
index 569c8968b4..407cd7662c 100644
--- a/lib/open3.rb
+++ b/lib/open3.rb
@@ -1,6 +1,6 @@
# open3.rb: Spawn a program like popen, but with stderr, too. You might also
# want to use this if you want to bypass the shell. (By passing multiple args,
-# with IO#popen does not allow)
+# which IO#popen does not allow)
#
# Usage:
# require "open3"