about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-06-11 18:50:01 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-06-19 13:54:25 +0200
commitfe6a2892a6dd285774c3b1c84a2de45209454ce6 (patch)
tree953d54435e5caa1c8bb560df9a61a30af5868f51 /scripts
parent2db4e50618faf277aa6e7b0b45b6fc1aa5389653 (diff)
downloadrust-fe6a2892a6dd285774c3b1c84a2de45209454ce6.tar.gz
rust-fe6a2892a6dd285774c3b1c84a2de45209454ce6.zip
Rewrite prepare.sh in rust
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rustup.sh2
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)