adds the missing slash in cargo path (#13424)
This commit is contained in:
parent
ede891a6c6
commit
44b12a1594
|
@ -3,7 +3,7 @@
|
|||
# |cargo install| of the top-level crate will not install binaries for
|
||||
# other workspace crates or native program crates.
|
||||
here="$(dirname "$0")"
|
||||
cargo="$(readlink -f "${here}../cargo")"
|
||||
cargo="$(readlink -f "${here}/../cargo")"
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in New Issue