Norbert Preining <[EMAIL PROTECTED]> wrote:

> Hi Frank!
>
> You wrote:
>> test -x "`which ucfr`" && ucfr tex-common /etc/texmf/$file || true
>> 
>> will return true even if ucfr fails.  It should be 
>> 
>> if test -x "`which ucfr`"; then
>>    ucfr tex-common /etc/texmf/$file
>> fi
>
> but there are more occurrences of this construct in tex-common:
> preinst.in:      test -x "`which ucfr`" && ucfr --purge tex-common $conffile 
> || true
> preinst.in:    test -x "`which ucfr`" && ucfr --purge tex-common $conffile || 
> true
> stinst.in:      test -x "`which ucfr`" && ucfr tex-common /etc/texmf/$file || 
> true
>
> Since I don't have ANY idea about ucfr, should ALL of them changed?

I see no reason not to.  But it's early in the morning (i.e., before
breakfast), I'm unwashed, hungry, and not willing to make any definite
claims at this point.  At least it's not critical.

Will you have time for uploading tex-common today and texlive ASAP?  I
didn't plan to do any Debian work on the weekend, but I could free a
couple of time slots if needed.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Reply via email to