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:
parent
78c2a34afe
commit
a6549ca548
37 changed files with 28316 additions and 22460 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue