<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -299,6 +299,8 @@ module Rubinius
           end
         end
       end
+    rescue SystemExit =&gt; e
+      @exit_code = e.status
     end
 
     # Run all scripts passed on the command line
@@ -326,6 +328,8 @@ module Rubinius
           end
         end
       end
+    rescue SystemExit =&gt; e
+      @exit_code = e.status
     end
 
     # Run IRB unless we were passed -e, -S arguments or a script to run.</diff>
      <filename>kernel/loader.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d1547621cb01e705cef5cb841f6ab77df3c0561</id>
    </parent>
  </parents>
  <author>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/aa80d8ba2c39d63687fae0b5b13f5ea27fbeb7d3</url>
  <id>aa80d8ba2c39d63687fae0b5b13f5ea27fbeb7d3</id>
  <committed-date>2009-06-25T14:16:28-07:00</committed-date>
  <authored-date>2009-06-25T14:15:49-07:00</authored-date>
  <message>Properly rescue SystemExit in Loader.</message>
  <tree>3cfa62d0f1ccf4a93ec918b65cf1520099b24024</tree>
  <committer>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </committer>
</commit>
