bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Invalid grep pattern in texi2dvi


From: Karl Berry
Subject: Re: Invalid grep pattern in texi2dvi
Date: Wed, 3 Nov 2010 23:31:40 GMT

Hi Hilmar,

    Down here in the Debian bug tracking system we got to reports
    regarding a broken grep pattern in texi2dvi.

Not for the first time :).

    1713   echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \

I fixed that in the development sources after a bug report in March.
Current version of the script is attached.  Hope it helps.

    submitters is to use either '[A-Za-z]' or '[[:alpha:]]'.

I chose A-Za-z.  The line now reads:
  echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \

Best,
Karl

Attachment: texi2dvi
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]