From b3e1fde8b2fe2c24a30ef2de1f267fd6692acfcf Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Fri, 13 Nov 2020 16:37:54 -0700 Subject: [PATCH] Revert "Release: Omit spl-token CLI binary" This reverts commit 67c36f8680a690aa7ef8e4297da04b3d431e1314. --- scripts/cargo-install-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/cargo-install-all.sh b/scripts/cargo-install-all.sh index bbd97b8d9d..4b13886479 100755 --- a/scripts/cargo-install-all.sh +++ b/scripts/cargo-install-all.sh @@ -116,6 +116,8 @@ mkdir -p "$installDir/bin" set -x # shellcheck disable=SC2086 # Don't want to double quote $rust_version "$cargo" $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}" + # shellcheck disable=SC2086 # Don't want to double quote $rust_version + "$cargo" $maybeRustVersion install spl-token-cli --root "$installDir" ) for bin in "${BINS[@]}"; do