solana/ci/check-install-all.sh

6 lines
193 B
Bash
Executable File

source scripts/spl-token-cli-version.sh
if [[ -z $splTokenCliVersion ]]; then
echo "On the stable channel, splTokenCliVersion must be set in scripts/spl-token-cli-version.sh"
exit 1
fi