check-install-all.sh 193 B

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