From d88f3abb0873e90df9259d60d5bcd3ad796db6b8 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Thu, 1 Dec 2022 09:52:17 -0800 Subject: tools: quoting is required when writing shell scripts from shell --- tools/create-openbsd-gce-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 980fcc9b1..d707202ef 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -67,7 +67,7 @@ EOF2 set -eux ulimit -d 8000000 export GOCACHE=/syzkaller/go-cache - mkdir -p $GOCACHE + mkdir -p \$GOCACHE test -x syz-ci || ( go get github.com/google/syzkaller/syz-ci && go build github.com/google/syzkaller/syz-ci) -- cgit mrf-deployment