aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 77e6f6cf9..e3c621453 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -1238,7 +1238,7 @@ main( int argc, char **argv )
set_homedir ( getenv("GNUPGHOME") );
#endif
if( !*opt.homedir )
- set_homedir ( GNUPG_HOMEDIR );
+ set_homedir ( GNUPG_DEFAULT_HOMEDIR );
/* check whether we have a config file on the commandline */
orig_argc = argc;