Fix the custom programs command in net.sh
This commit is contained in:
parent
b9bb92099e
commit
bc52fce810
|
@ -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
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue