From bc52fce8103f4cd427c4909cc39ef3475cf0bac7 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 41e01cba4..f633cf4e7 100755 --- a/net/net.sh +++ b/net/net.sh @@ -154,7 +154,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 "