1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Extend --list-dirs to print the bindir.

This commit is contained in:
Werner Koch 2008-09-30 12:45:44 +00:00
parent 8381a43ca7
commit 0c21ded87b
2 changed files with 6 additions and 0 deletions

View file

@ -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;
}