diff options
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
