Fix typo: $XDG_DATA_HOME should be XDG_DATA_HOME.

This commit is contained in:
Maks Verver 2016-06-18 17:41:24 +02:00 committed by GitHub
parent 9182392b55
commit b0a3347e44
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 += [