mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
agent: Allow using --gogconf-list even if HOME does not exist.
* agent/gpg-agent.c (main): Do not create directories in gpgconf mode. -- GnuPG-bug-id: 4866 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
1e61280ffc
commit
b17846e4fd
@ -1378,7 +1378,8 @@ main (int argc, char **argv)
|
||||
}
|
||||
|
||||
/* Try to create missing directories. */
|
||||
create_directories ();
|
||||
if (!gpgconf_list)
|
||||
create_directories ();
|
||||
|
||||
if (debug_wait && pipe_server)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user