1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Preparing a release candidate.

This commit is contained in:
Werner Koch 2007-12-14 16:08:53 +00:00
parent 78c2a34afe
commit a6549ca548
37 changed files with 28316 additions and 22460 deletions

View file

@ -1905,8 +1905,11 @@ main (int argc, char **argv )
default_config = 0;
}
else if( pargs.r_opt == oNoOptions )
{
default_config = 0; /* --no-options */
else if( pargs.r_opt == oHomedir )
opt.no_homedir_creation = 1;
}
else if( pargs.r_opt == oHomedir )
set_homedir ( pargs.r.ret_str );
else if( pargs.r_opt == oNoPermissionWarn )
opt.no_perm_warn=1;