You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ruby -C instead of chdir in Kernel#system (#385)
* Use `ruby -C` instead of `chdir` in Kernel#system
To allow developers to use console-printed commands without cd'ing into
the build directory.
* `$have_devel` check is now passing without any hack
0 commit comments