diff options
Diffstat (limited to 'build/parseScript.c')
-rw-r--r-- | build/parseScript.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/parseScript.c b/build/parseScript.c index 1a149e137..87765a0c5 100644 --- a/build/parseScript.c +++ b/build/parseScript.c @@ -297,10 +297,9 @@ int parseScript(rpmSpec spec, int parsePart) } else #endif if (progArgv[0][0] == '<') { - rpmlog(RPMLOG_ERR, + rpmlog(RPMLOG_INFO, _("line %d: unsupported internal script: %s\n"), spec->lineNum, progArgv[0]); - goto exit; } else { (void) addReqProv(pkg->header, RPMTAG_REQUIRENAME, progArgv[0], NULL, (tagflags | RPMSENSE_INTERP), 0); |