diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-10 21:59:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-10 21:59:26 +0200 |
commit | ba8836a14f6a6c082297f5a80d4e040d6ecacf2d (patch) | |
tree | 2f7be003c6cd4d5958ab61397273e177ee32dd2b | |
parent | demo monotonicly_cubicly_interpolate_ramp (diff) | |
download | blueshift-ba8836a14f6a6c082297f5a80d4e040d6ecacf2d.tar.gz blueshift-ba8836a14f6a6c082297f5a80d4e040d6ecacf2d.tar.bz2 blueshift-ba8836a14f6a6c082297f5a80d4e040d6ecacf2d.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 54c8e94..b58cfdc 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -674,7 +674,7 @@ else: if config_file is None: # Possible auto-selected configuration scripts, # earlier ones have precedence, we can only select one. - for file in ('$XDG_CONFIG_HOME/%/%rc', '$HOME/.config/%/%rc', '$HOME/.%rc', '$~/.config/%/%rc', '$~/.%c', '/etc/%rc'): + for file in ('$XDG_CONFIG_HOME/%/%rc', '$HOME/.config/%/%rc', '$HOME/.%rc', '$~/.config/%/%rc', '$~/.%rc', '/etc/%rc'): # Expand short-hands file = file.replace('/', os.sep).replace('%', 'blueshift') # Expand environment variables |