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

Bug#586134: Invalid grep pattern in texi2dvi



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 to: