diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-11 18:50:01 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-19 13:54:25 +0200 |
| commit | fe6a2892a6dd285774c3b1c84a2de45209454ce6 (patch) | |
| tree | 953d54435e5caa1c8bb560df9a61a30af5868f51 /scripts | |
| parent | 2db4e50618faf277aa6e7b0b45b6fc1aa5389653 (diff) | |
| download | rust-fe6a2892a6dd285774c3b1c84a2de45209454ce6.tar.gz rust-fe6a2892a6dd285774c3b1c84a2de45209454ce6.zip | |
Rewrite prepare.sh in rust
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rustup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rustup.sh b/scripts/rustup.sh index fa7557653d8..cc34c080886 100755 --- a/scripts/rustup.sh +++ b/scripts/rustup.sh @@ -17,7 +17,7 @@ case $1 in done ./clean_all.sh - ./prepare.sh + ./y.rs prepare (cd build_sysroot && cargo update) |
