Skip to content

Conversation

alexcrichton
Copy link
Member

Switch a mkdir $foo to mkdir -p $foo to handle the case that this script is
being run locally and has previously executed.

Switch a `mkdir $foo` to `mkdir -p $foo` to handle the case that this script is
being run locally and has previously executed.
@alexcrichton
Copy link
Member Author

r? @kennytm

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 19, 2018
@kennytm
Copy link
Member

kennytm commented Jul 19, 2018

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jul 19, 2018

📌 Commit f775c6d has been approved by kennytm

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 19, 2018
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Jul 20, 2018
Fix docker/run.sh script when run locally

Switch a `mkdir $foo` to `mkdir -p $foo` to handle the case that this script is
being run locally and has previously executed.
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Jul 20, 2018
Fix docker/run.sh script when run locally

Switch a `mkdir $foo` to `mkdir -p $foo` to handle the case that this script is
being run locally and has previously executed.
kennytm added a commit to kennytm/rust that referenced this pull request Jul 20, 2018
Fix docker/run.sh script when run locally

Switch a `mkdir $foo` to `mkdir -p $foo` to handle the case that this script is
being run locally and has previously executed.
bors added a commit that referenced this pull request Jul 20, 2018
Rollup of 7 pull requests

Successful merges:

 - #52502 (fix unsafety: don't call ptr_rotate for ZST)
 - #52505 (rustc: Remove a workaround in ThinLTO fixed upstream)
 - #52526 (Enable run-pass/sepcomp-lib-lto.rs on Android)
 - #52527 (Remove duplicate E0396 tests)
 - #52539 (rustc: Fix two custom attributes with custom derive)
 - #52540 (Fix docker/run.sh script when run locally)
 - #52573 (Cleanups)

Failed merges:

r? @ghost
@bors bors merged commit f775c6d into rust-lang:master Jul 21, 2018
@alexcrichton alexcrichton deleted the tweak-script branch July 21, 2018 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants