reverted previous change

This commit is contained in:
Дмитрий Левин 2005-06-29 18:04:46 +00:00
parent cb69eafd41
commit ce031c62d6

View File

@ -1644,9 +1644,8 @@ rpmInitMacrofile (const char *macrofile)
}
static void
rpmInitMacrofileGlob (const char *arg)
rpmInitMacrofileGlob (const char *macrofile)
{
const char *macrofile = rpmExpand (arg, NULL);
int is_local = strchr (macrofile, '~') ? 1 : 0;
if (is_local || strchr (macrofile, '*'))
@ -1682,8 +1681,6 @@ rpmInitMacrofileGlob (const char *arg)
}
else
rpmInitMacrofile (macrofile);
_free (macrofile);
}
void