X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Ftime.pl;h=e5c0ece2fee6b7cb330f94bbf166266382c7730f;hb=refs%2Fheads%2Fnewdisc;hp=6593ee3d1c147cdb9930dd4ce2ce0e2236c323cc;hpb=ba1a144ec12c8265b96cf42b0218fd5bd2703e91;p=spider.git diff --git a/cmd/show/time.pl b/cmd/show/time.pl index 6593ee3d..e5c0ece2 100644 --- a/cmd/show/time.pl +++ b/cmd/show/time.pl @@ -4,12 +4,14 @@ # # Copyright (c) 1999 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; my @list = split /\s+/, $line; +push @list, $self->call unless @list; + my $l; my @out; my $t = $main::systime;