diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:44:21 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:44:21 +0100 |
commit | c0df52bd0c335d3ee40ccdcb0ca2a6612279f158 (patch) | |
tree | 35686cded6f3211536666e07819a8b2f1d0c3e4f | |
parent | 4e54626ef07a1177d4a25ebbf900a8eefb934d84 (diff) | |
download | repository-c0df52bd0c335d3ee40ccdcb0ca2a6612279f158.tar.gz |
syncthing: fix shellcheck error
-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 |