aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
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;
}