lilalo
diff l3-frontend @ 107:54fbf2041159
l3cd
author | devi |
---|---|
date | Fri Aug 04 18:06:09 2006 +0300 (2006-08-04) |
parents | 53b890d1ae90 |
children | 3cd466f35ad6 |
line diff
1.1 --- a/l3-frontend Fri Aug 04 17:41:31 2006 +0300 1.2 +++ b/l3-frontend Fri Aug 04 18:06:09 2006 +0300 1.3 @@ -208,7 +208,7 @@ 1.4 $command =~ s/'//g; 1.5 $frequency_of_command{$command}++; 1.6 if (!$Commands_Description{$command}) { 1.7 - $mywi_cache_for{$command} ||= mywi_client ($command) || ""; 1.8 + $mywi_cache_for{$command} ||= mywi_client($command) || ""; 1.9 my $mywi = join ("\n", grep(/\([18]|sh|script\)/, split(/\n/, $mywi_cache_for{$command}))); 1.10 $mywi =~ s/\s+/ /; 1.11 if ($mywi !~ /^\s*$/) {