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

Re: dh_installtex bug????



OHHH RUBBISH!!

On Son, 22 Okt 2006, Norbert Preining wrote:
> sub extract_format {
>         my ($line) = @_;
>         if ($line =~ m/^[^\w#]*(\w+)*/) {
>                 return $1;
>         }
> }
> 
> I know that this is my bug, as usual, but I want to ask in case there
> were some changes I didn't get: SO I propose to make this:
> sub extract_format {
>         my ($line) = @_;
>         if ($line =~ m/^[^\s#]*(\w+)*/) {A


I meant:
	  if ($line =~ m/^[^\w#]*([\w-]+)*/( {


Or are there any other characters we will have in formats???


Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
GALLIPOLI (adj.)
Of the behaviour of a bottom lip trying to spit mouthwash after an
injection at the dentist. Hence, loose, floppy, useless. 'She went
suddenly Gallipoli in his arms' - Noel Coward.
			--- Douglas Adams, The Meaning of Liff



Reply to: