From af2a2cd8dc652527d6c52110259003856c9c1bce Mon Sep 17 00:00:00 2001 From: Andinus Date: Mon, 6 Apr 2020 22:19:08 +0530 Subject: Remove GRUS_DIR flag --- storage/getdir_unix.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'storage/getdir_unix.go') diff --git a/storage/getdir_unix.go b/storage/getdir_unix.go index 29bedbe..758c048 100644 --- a/storage/getdir_unix.go +++ b/storage/getdir_unix.go @@ -8,9 +8,9 @@ import ( ) // GetDir returns grus data directory. Check if the user has set -// GRUS_DIR, if not then check if XDG_DATA_HOME is set & if that is -// not set then assume it to be the default value which is -// $HOME/.local/share according to XDG Base Directory Specification. +// XDG_DATA_HOME is set & if that is not set then assume it to be the +// default value which is $HOME/.local/share according to XDG Base +// Directory Specification. func GetDir() string { cacheDir := SysDir() @@ -24,7 +24,6 @@ func GetDir() string { // SysDir returns the system data directory, this is useful for unveil in // OpenBSD. func SysDir() string { - cacheDir := os.Getenv("GRUS_DIR") if len(cacheDir) == 0 { cacheDir = os.Getenv("XDG_DATA_HOME") } -- cgit 1.4.1-2-gfad0