aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-09-30 12:45:44 +0000
committerWerner Koch <[email protected]>2008-09-30 12:45:44 +0000
commit0c21ded87b28f120230d97e23577e5dd66acf46e (patch)
treefb221fa3d2799ca53071a44572209a97a31c840c /tools/gpgconf.c
parentAdd gpgsm server command GETINFO agent-check. (diff)
downloadgnupg-0c21ded87b28f120230d97e23577e5dd66acf46e.tar.gz
gnupg-0c21ded87b28f120230d97e23577e5dd66acf46e.zip
Extend --list-dirs to print the bindir.
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r--tools/gpgconf.c2
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;
}