X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Ftime.pl;h=e5c0ece2fee6b7cb330f94bbf166266382c7730f;hb=f2c90f82509ae2be33216ebaed3bc9f8ea3f5f80;hp=986320e5108f83fccfa4b650960243849623860a;hpb=c3505bcfc922cd712bad2c20b3479cf8d1dc54fe;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;