瀏覽代碼

Fix SC2230 warning

rl1987 6 年之前
父節點
當前提交
ba2a9988cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/maint/updateRustDependencies.sh

+ 1 - 1
scripts/maint/updateRustDependencies.sh

@@ -24,7 +24,7 @@ HERE=$(dirname "$(realpath "$0")")
 TOPLEVEL=$(dirname "$(dirname "$HERE")")
 TOML="$TOPLEVEL/src/rust/Cargo.toml"
 VENDORED="$TOPLEVEL/src/ext/rust/crates"
-CARGO=$(which cargo)
+CARGO=$(command -v cargo)
 
 if ! test -f "$TOML"  ; then
     printf "Error: Couldn't find workspace Cargo.toml in expected location: %s\\n" "$TOML"