Print out our macrofile path on --showrc

This commit is contained in:
Panu Matilainen 2013-04-26 14:05:30 +03:00
parent d7b393a512
commit 87be163dbb
1 changed files with 3 additions and 0 deletions

View File

@ -1750,6 +1750,9 @@ int rpmShowRC(FILE * fp)
ds = rpmdsFree(ds);
fprintf(fp, "\n");
fprintf(fp, "Macro path: %s\n", macrofiles);
fprintf(fp, "\n");
rpmDumpMacroTable(NULL, fp);
/* XXX: Move this earlier eventually... */