Fix check

This commit is contained in:
Michael Vines 2019-09-20 08:19:38 -07:00
parent c9be9acd14
commit 890be36fd3
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ echo --- Creating tarball
rm -f solana-release/bin/solana-validator.exe solana-release/bin/solana-bench-exchange.exe
fi
if $maybeCUDA; then
if [[ -n $maybeCUDA ]]; then
# Wrap `solana-validator-cuda` with a script that loads perf-libs
# automatically
cp -a target/perf-libs solana-release/target/