mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix SC2230 warning
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user