From 4e54626ef07a1177d4a25ebbf900a8eefb934d84 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 9 Nov 2021 10:44:07 +0100 Subject: lf: fix shellcheck error --- community/lf/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') 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 -- cgit v1.2.3