Fix the custom programs command in net.sh
This commit is contained in:
committed by
Tyera Eulberg
parent
7acd771271
commit
f1a77abffb
@ -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
|
||||
"
|
||||
|
Reference in New Issue
Block a user