diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index 790106cdb..ccdf89a2f 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -12759,7 +12759,7 @@ static char *find_home_dir(int clearFlag){ } /* -** On non-Windows platforms, look for the first file found out of: +** On non-Windows platforms, look for: ** ** - ${zEnvVar}/${zBaseName} ** - ${HOME}/${zSubdir}/${zBaseName} @@ -12828,7 +12828,7 @@ static void process_sqliterc( if( sqliterc == NULL ){ sqliterc = find_xdg_file("XDG_CONFIG_HOME", - ".local/config", + ".config", "sqlite3/sqliterc"); } if( sqliterc == NULL ){ |