mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* exec.h, exec.c (set_exec_path): Remove some dead code and change all
callers. We no longer need to append to $PATH.
This commit is contained in:
parent
fe01cbceb0
commit
c336e34571
5 changed files with 16 additions and 23 deletions
|
@ -876,7 +876,7 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
|
|||
Unix-like systems (since we're going to give a full path to
|
||||
gpgkeys_foo), but on W32 it prevents loading any DLLs from
|
||||
directories in %PATH%. */
|
||||
set_exec_path(GNUPG_LIBEXECDIR,0);
|
||||
set_exec_path(GNUPG_LIBEXECDIR);
|
||||
#else
|
||||
if(opt.exec_path_set)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue