diff options
Diffstat (limited to 'community/syncthing')
-rwxr-xr-x | community/syncthing/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |