X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Ftime.pl;h=e5c0ece2fee6b7cb330f94bbf166266382c7730f;hb=e941823af33ba0398dfa48dc435438adc5ee365e;hp=986320e5108f83fccfa4b650960243849623860a;hpb=8bb293d5a1ca7a53f2ce50bd8e9e728865069b7f;p=spider.git diff --git a/cmd/show/time.pl b/cmd/show/time.pl index 986320e5..e5c0ece2 100644 --- a/cmd/show/time.pl +++ b/cmd/show/time.pl @@ -10,6 +10,8 @@ my ($self, $line) = @_; my @list = split /\s+/, $line; +push @list, $self->call unless @list; + my $l; my @out; my $t = $main::systime;