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
Bug fix release which replaces `spawn` with `exec`
* `spawn` caused problems where the chained *nix commands couldn't be
run. Replacing with `exec` should fix that problem.