Merge branch 'master' of github.com:mruby/mruby

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-14 07:40:07 +09:00
+1 -1
View File
@@ -271,7 +271,7 @@ module MRuby
out.puts io.read
end
# if mrbc execution fail, drop the file
unless $?.exitstatus
if $?.exitstatus != 0
File.delete(out.path)
exit(-1)
end