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

Add --parents to mkdir to avoid error if directory exists #14732

Merged
merged 2 commits into from Oct 13, 2023

Conversation

repomansez
Copy link
Contributor

No description provided.

@@ -119,7 +119,7 @@ Afterwards:

While still in the project root:

1) `cd .. && mkdir rpcs3_build && cd rpcs3_build`
1) `cd .. && mkdir --parents rpcs3_build && cd rpcs3_build`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1) `cd .. && mkdir --parents rpcs3_build && cd rpcs3_build`
1) `cd .. && mkdir -p rpcs3_build && cd rpcs3_build`

@Megamouse Megamouse added the Build and CI Anything related to the build process and continuous integration label Oct 13, 2023
@Megamouse Megamouse merged commit e3613e7 into RPCS3:master Oct 13, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants