2 Feb
2010
2 Feb
'10
11:38 p.m.
Revision: 3416 http://trac.macosforge.org/projects/ruby/changeset/3416 Author: pthomson@apple.com Date: 2010-02-02 15:38:47 -0800 (Tue, 02 Feb 2010) Log Message: ----------- Put an rb_notimplement() in check_exec_redirect_fd instead of just abort()ing. Modified Paths: -------------- MacRuby/trunk/process.c Modified: MacRuby/trunk/process.c =================================================================== --- MacRuby/trunk/process.c 2010-02-02 23:08:20 UTC (rev 3415) +++ MacRuby/trunk/process.c 2010-02-02 23:38:47 UTC (rev 3416) @@ -1268,7 +1268,7 @@ } return INT2FIX(fd); #endif - abort(); + rb_notimplement(); } static void