rust: shellcheck fix

This commit is contained in:
Owen Rafferty 2022-07-05 22:23:08 -05:00
parent 945d835cd7
commit 8bdd5168fc
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB

View File

@ -48,7 +48,7 @@ rust_version="${rust_version#rustc }"
# If possible, use system rust to bootstrap.
case "$rust_version" in
$2|$maj.$(($min - 1)).*)
"$2"|"$maj.$((min - 1))".*)
cat >> config.toml <<EOF
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"