lilypond-devel
[Top][All Lists]
Advanced

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

Re: Comand token too long?


From: Francisco Vila
Subject: Re: Comand token too long?
Date: Sat, 13 Aug 2011 21:28:56 +0200

2011/8/13 Francisco Vila <address@hidden>:
> Hello, does anybody what this error means?
>
> cd Documentation/
> cd ./out-www; texi2pdf -I ./out-www -I ../out -I .. -I .. --quiet  
> notation.texi
> egrep: Invalid range end

This is caused by line 1713 of /usr/bin/texi2dvi  (GNU Texinfo 4.13)
1.135 in my system,

 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
  # prepend `./' in order to avoid that the tools take it as an option.
  echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
  || command_line_filename="./$command_line_filename"

and [A-z] is an invalid range.
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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