Merge pull request #1838 from maksverver/patch-1

Fix typo: $XDG_DATA_HOME should be XDG_DATA_HOME.
This commit is contained in:
ThomasV 2016-06-18 18:51:49 +02:00 committed by GitHub
commit 8dabe85cf3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
if not os.access(opts.root_path + usr_share, os.W_OK) and \
not os.access(opts.root_path, os.W_OK):
if 'XDG_DATA_HOME' in os.environ.keys():
usr_share = os.environ['$XDG_DATA_HOME']
usr_share = os.environ['XDG_DATA_HOME']
else:
usr_share = os.path.expanduser('~/.local/share')
data_files += [