From 7a29ffb14d2e03891db54e2f2eddc5f61c4a1c97 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Sep 2003 13:43:42 +0000 Subject: * eval.c (proc_invoke): should update "result" for orphans. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/open3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/open3.rb b/lib/open3.rb index 569c8968b..407cd7662 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" -- cgit