mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main),
keyserver.c (keyserver_spawn): If the user does not use "exec-path", completely replace $PATH with GNUPG_LIBEXECDIR before calling the keyserver helper. If the user does use "exec-path", append GNUPG_LIBEXECDIR after the specified path.
This commit is contained in:
parent
0ecc2099ac
commit
d0c643a6c5
6 changed files with 42 additions and 8 deletions
|
@ -1361,8 +1361,10 @@ main( int argc, char **argv )
|
|||
case oTempDir: opt.temp_dir=pargs.r.ret_str; break;
|
||||
case oExecPath:
|
||||
#ifndef FIXED_EXEC_PATH
|
||||
if(set_exec_path(pargs.r.ret_str))
|
||||
if(set_exec_path(pargs.r.ret_str,0))
|
||||
log_error(_("unable to set exec-path to %s\n"),pargs.r.ret_str);
|
||||
else
|
||||
opt.exec_path_set=1;
|
||||
#endif
|
||||
break;
|
||||
case oNotation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue