expandMacro: do not return error status due to unparseable macro

This commit is contained in:
Дмитрий Левин 2005-10-06 19:15:05 +00:00
parent 35877f4306
commit 32956660df

View File

@ -1332,7 +1332,6 @@ expandMacro(MacroBuf mb)
rpmError(RPMERR_BADSPEC,
_("Unparseable macro: %s\n"), s_orig);
s = se;
rc2 = 1;
continue;
}