adds the missing slash in cargo path (#13424)

This commit is contained in:
behzad nouri 2020-11-05 20:25:42 +00:00 committed by GitHub
parent ede891a6c6
commit 44b12a1594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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