Comment 11 for bug 1660633

Revision history for this message
Steve Langasek (vorlon) wrote : Re: [Bug 1660633] Re: /usr/bin/ucfr: line ... : [: : integer expression expected

On Sat, Feb 18, 2017 at 04:30:17PM -0000, Andy wrote:
> Except that the dozen of frozen packages that were also experiencing the
> same UCFR error were resolved once the ucfr script was tweaked. Just
> because one package continued to have a fundamental flaw doesn't mean
> the others were. FWIW.

No, the fact that the tweaks to the ucfr script helped means your
installation *as a whole* is corrupted. egrep is /bin/egrep, which is part
of the grep package. There is no reason for egrep to fail, but grep -E to
work, except a corrupted system. Likewise, the '$' syntax is valid bash
shell syntax, so if this is failing, somehow the script is being run under
an interpreter that isn't bash.