Skip to content

Commit

Permalink
bugfix: clear shell check1091
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 28, 2024
1 parent d94bf11 commit df9cf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-sheldon.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x
# shellcheck source=./scripts/common.bash
source "$(dirname "$0")/common.bash"

if [ ! -e "$CARGO_HOME/env" ]; then
if type $CARGO_HOME/bin/cargo >/dev/null; then
echo "Installing Rust..."
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | /bin/sh -s -- -y --no-modify-path
else
Expand Down

0 comments on commit df9cf68

Please sign in to comment.