Closed hugoduncan closed 9 years ago
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.
If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.
Please see CONTRIBUTING.md for more information.
Thanks! Do you mind adding a comment to the source indicating this is because 'cd' will something on OS X?
It's so hard to keep track of all the workarounds for platform-specific behavior in the shell :)
Comment added. It seems to be a workaround for bash, which is used for /bin/sh
on OS X.
Thanks!
On OS X, cd can output the new directory to stdout on success. This commit just redirects the output of cd to /dev/null.
This fixes a problem installing multirust on OS X.