Bug#527848: Workaround

2009-07-03 Thread Stefan Lüthje
Hi all, I've added a line to the scripts. That should help: sub read_cache { my $file= shift; my $config = shift; my $globals = {}; %{$config} = (); ## read the cache file ignoring anything on the command-line. if (-e $file) { my %saved = %opt; %opt = ();

Bug#527848: Workaround

2009-07-03 Thread Torsten Landschoff
Hi Stefan, On Fri, Jul 03, 2009 at 11:42:51AM +0200, Stefan Lüthje wrote: I've added a line to the scripts. That should help: sub read_cache { my $file= shift; my $config = shift; my $globals = {}; %{$config} = (); ## read the cache file ignoring anything on