diff options
| author | David Shaw <[email protected]> | 2005-03-31 17:11:53 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2005-03-31 17:11:53 +0000 |
| commit | c336e34571cdec5c9efa162c2aab9a56c3cce784 (patch) | |
| tree | 14ad54ac65b5db7eed8a9dd94f45e0517734b665 /g10/g10.c | |
| parent | * keydb.c (keydb_add_resource): Clarify meaning of flags. Add new (diff) | |
| download | gnupg-c336e34571cdec5c9efa162c2aab9a56c3cce784.tar.gz gnupg-c336e34571cdec5c9efa162c2aab9a56c3cce784.zip | |
* exec.h, exec.c (set_exec_path): Remove some dead code and change all
callers. We no longer need to append to $PATH.
Diffstat (limited to 'g10/g10.c')
| -rw-r--r-- | g10/g10.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2379,7 +2379,7 @@ main( int argc, char **argv ) break; case oTempDir: opt.temp_dir=pargs.r.ret_str; break; case oExecPath: - if(set_exec_path(pargs.r.ret_str,0)) + if(set_exec_path(pargs.r.ret_str)) log_error(_("unable to set exec-path to %s\n"),pargs.r.ret_str); else opt.exec_path_set=1; |
