From 32b11e4501b31267cf0e311bfb9eb55db4515e54 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 4 Jul 2002 16:06:38 +0000 Subject: * photoid.c (get_default_photo_command, show_photos): Honor FIXED_PHOTO_VIEWER and DISABLE_PHOTO_VIEWER. * mainproc.c (check_sig_and_print): Use --show-photos to show photos when verifying a sig made by a key with a photo. * keyserver.c (parse_keyserver_uri): Properly parse a URI with no :port section and an empty file path, but with a terminating '/'. (keyserver_work): Honor DISABLE_KEYSERVER_HELPERS. * hkp.c (hkp_ask_import): Display keyserver URI as a URI, but only if verbose. * exec.c, g10.c: USE_EXEC_PATH -> FIXED_EXEC_PATH --- g10/exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/exec.c') diff --git a/g10/exec.c b/g10/exec.c index cfdf6d057..46990f29c 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -312,8 +312,8 @@ int exec_write(struct exec_info **info,const char *program, if(program==NULL && args_in==NULL) BUG(); -#ifdef USE_EXEC_PATH - set_exec_path(USE_EXEC_PATH); +#ifdef FIXED_EXEC_PATH + set_exec_path(FIXED_EXEC_PATH); #endif *info=m_alloc_clear(sizeof(struct exec_info)); -- cgit v1.2.3