Unverified Commit fa90bcb9 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4897 from shuujii/use-exec-instead-of-system-in-minirake-for-exit-status

Use `exec` instead of `system` in `minirake` for exit status
parents 089bb6ac 66349bce
#! /usr/bin/env ruby #! /usr/bin/env ruby
system "rake", *ARGV exec "rake", *ARGV
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment