diff options
author | Werner Koch <[email protected]> | 2008-09-30 12:45:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-09-30 12:45:44 +0000 |
commit | 0c21ded87b28f120230d97e23577e5dd66acf46e (patch) | |
tree | fb221fa3d2799ca53071a44572209a97a31c840c /tools/gpgconf.c | |
parent | Add gpgsm server command GETINFO agent-check. (diff) | |
download | gnupg-0c21ded87b28f120230d97e23577e5dd66acf46e.tar.gz gnupg-0c21ded87b28f120230d97e23577e5dd66acf46e.zip |
Extend --list-dirs to print the bindir.
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index bf9767146..9054e29b3 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -263,6 +263,8 @@ main (int argc, char **argv) get_outfp (&outfp); fprintf (outfp, "sysconfdir:%s\n", gc_percent_escape (gnupg_sysconfdir ())); + fprintf (outfp, "bindir:%s\n", + gc_percent_escape (gnupg_bindir ())); break; } |