Revision
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

Diff

Modified: MacRuby/trunk/process.c (3415 => 3416)


--- 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