mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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
f148803277
commit
adea5ba7e7
@ -1378,7 +1378,8 @@ main (int argc, char **argv )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Try to create missing directories. */
|
/* Try to create missing directories. */
|
||||||
create_directories ();
|
if (!gpgconf_list)
|
||||||
|
create_directories ();
|
||||||
|
|
||||||
if (debug_wait && pipe_server)
|
if (debug_wait && pipe_server)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user