Fix the custom programs command in net.sh

This commit is contained in:
Pankaj Garg 2019-02-19 11:19:35 -08:00 committed by Tyera Eulberg
parent b9bb92099e
commit bc52fce810
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ build() {
$MAYBE_DOCKER bash -c "
set -ex
scripts/cargo-install-all.sh farf \"$cargoFeatures\"
if [[ -n $customPrograms ]]; then
if [[ -n \"$customPrograms\" ]]; then
scripts/cargo-install-custom-programs.sh farf $customPrograms
fi
"