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 7acd771271
commit f1a77abffb

View File

@ -151,7 +151,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
"