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:
parent
8381a43ca7
commit
0c21ded87b
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue