diff options
Diffstat (limited to 'g10/exec.c')
-rw-r--r-- | g10/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |