Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use of the move command in the Windows shell #33234

Merged
merged 1 commit into from
Apr 28, 2016
Merged

Fix use of the move command in the Windows shell #33234

merged 1 commit into from
Apr 28, 2016

Conversation

TomasHubelbauer
Copy link
Contributor

@TomasHubelbauer TomasHubelbauer commented Apr 27, 2016

move works both in cmd and in Powershell. mv works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes #33219.

`move` work both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes #33219.
@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Manishearth (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. Due to 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 the contribution instructions for more information.

@GuillaumeGomez
Copy link
Member

GuillaumeGomez commented Apr 27, 2016

Thanks for your PR!

r=me @steveklabnik

@Manishearth
Copy link
Member

@bors r=GuillaumeGomez rollup

@bors
Copy link
Contributor

bors commented Apr 27, 2016

📌 Commit e6b9760 has been approved by GuillaumeGomez

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 27, 2016
…ch-1, r=GuillaumeGomez

Fix use of the `move` command in the Windows shell

`move` works both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes rust-lang#33219.
bors added a commit that referenced this pull request Apr 27, 2016
Rollup of 8 pull requests

- Successful merges: #32991, #33056, #33095, #33152, #33212, #33218, #33233, #33234
- Failed merges:
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 28, 2016
…ch-1, r=GuillaumeGomez

Fix use of the `move` command in the Windows shell

`move` works both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners.

Closes rust-lang#33219.
bors added a commit that referenced this pull request Apr 28, 2016
Rollup of 7 pull requests

- Successful merges: #32991, #33056, #33095, #33152, #33212, #33218, #33234
- Failed merges: #32912
@bors bors merged commit e6b9760 into rust-lang:master Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants