Pacify shellcheck

This commit is contained in:
Michael Vines 2020-04-15 17:42:18 -07:00
parent 9cc7265b05
commit a7ed33b552
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ set -e
cd "$(dirname "$0")"
: "${rust_stable:=}" # Pacify shellcheck
usage=$(cargo +"$rust_stable" -q run -p solana-cli -- -C ~/.foo --help | sed -e 's|'"$HOME"'|~|g' -e 's/[[:space:]]\+$//')
out=${1:-src/cli/usage.md}