mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use exec instead of system in minirake for exit status
#### Before this patch: ```console $ ./minirake --foo; echo $? invalid option: --foo 0 ``` #### After this patch: ```console $ ./minirake --foo; echo $? invalid option: --foo 1 ```
This commit is contained in: