From 32956660df2fa7bb1a89b001f8b92cea387d569a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 6 Oct 2005 19:15:05 +0000 Subject: [PATCH] expandMacro: do not return error status due to unparseable macro --- rpmio/macro.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rpmio/macro.c b/rpmio/macro.c index 8469fec..b6d20f6 100644 --- a/rpmio/macro.c +++ b/rpmio/macro.c @@ -1332,7 +1332,6 @@ expandMacro(MacroBuf mb) rpmError(RPMERR_BADSPEC, _("Unparseable macro: %s\n"), s_orig); s = se; - rc2 = 1; continue; }