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

View File

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