aboutsummaryrefslogtreecommitdiff
path: root/community/fzf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:43:13 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:43:13 +0100
commit6c5b6abeda5ab8e2d8dbd2e5ab979e7652b37448 (patch)
tree6fc2d10747878343ad7d486139a172d13b5d1ca0 /community/fzf
parente310271e2757ba7ed66dc9c2fcabd6ce8de9f87e (diff)
downloadrepository-6c5b6abeda5ab8e2d8dbd2e5ab979e7652b37448.tar.gz
fzf: fix shellcheck error
Diffstat (limited to 'community/fzf')
-rwxr-xr-xcommunity/fzf/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fzf/build b/community/fzf/build
index a8c6f07f..6cec836d 100755
--- a/community/fzf/build
+++ b/community/fzf/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