fix sh/time undefined $last[0] error
[spider.git] / cmd / show / time.pl
index 6593ee3d1c147cdb9930dd4ce2ce0e2236c323cc..e5c0ece2fee6b7cb330f94bbf166266382c7730f 100644 (file)
@@ -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;