Hi Thomas, On Tuesday 15 July 2008 14:20, Thomas Neumann wrote: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479537 > > with patches even. > Incomplete patches. There's a missing curly brace.
Thanks. Addings this to the bugreport :)
> foreach (@oclasses) {
> if (/^!/) {
> s/^!//;
> not exists $classisdef{$_} and $doit = 1 or $doit = 0 or last;
> } else {
> exists $classisdef{$_} and $doit = 1 or $doit = 0 or last;
> }
> --> }
> }
> next;
regards,
Holger
pgpkXbO2C8MmR.pgp
Description: PGP signature
