From f1a77abffbafa8e32253edeb5531b286e03d2782 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Tue, 19 Feb 2019 11:19:35 -0800 Subject: [PATCH] Fix the custom programs command in net.sh --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index 63f3ee6adb..f09636b5f3 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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 "