diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-05 11:31:42 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-05 11:31:42 +0200 |
| commit | bc62bd55bd4d91ea283d4db0167742d967fa5817 (patch) | |
| tree | 6e79e36cf5036732675211b77f5a7eb333d68093 /scripts | |
| parent | 11007c02f70130cdc70b98f0909e5c150a2751a6 (diff) | |
| parent | 69046fa8fdb2505367a4375be78eae5b47e15fe7 (diff) | |
| download | rust-bc62bd55bd4d91ea283d4db0167742d967fa5817.tar.gz rust-bc62bd55bd4d91ea283d4db0167742d967fa5817.zip | |
Sync from rust 949b98cab8a186b98bf87e64374b8d0848c55271
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 cc34c080886..bc4c06ed7d2 100755 --- a/scripts/rustup.sh +++ b/scripts/rustup.sh @@ -11,7 +11,7 @@ case $1 in sed -i "s/\"nightly-.*\"/\"nightly-${TOOLCHAIN}\"/" rust-toolchain rustup component add rustfmt || true - echo "=> Uninstalling all old nighlies" + echo "=> Uninstalling all old nightlies" for nightly in $(rustup toolchain list | grep nightly | grep -v "$TOOLCHAIN" | grep -v nightly-x86_64); do rustup toolchain uninstall "$nightly" done |
