diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/lf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lf/build b/community/lf/build index 36f82daa..a34f9d45 100755 --- a/community/lf/build +++ b/community/lf/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 |