From c0df52bd0c335d3ee40ccdcb0ca2a6612279f158 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:44:21 +0100 Subject: syncthing: fix shellcheck error --- community/syncthing/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/syncthing/build b/community/syncthing/build index 1a4353f4..b9cc55ee 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath +export GOPATH="$PWD/gopath" trap "go clean -modcache" EXIT INT go mod vendor -- cgit v1.2.3