+25Feb01=======================================================================
+1. Fixed watchdbg so that simple arguments work again
22Feb01=======================================================================
1. Added platform name to sh/version
2. changed client.pl so that it send \r\n instead of \n on telnet connects
my $fp = DXLog::new('debug', 'dat', 'd');
my @today = Julian::unixtoj(time());
my $fh = $fp->open(@today) or die $!;
-my $nolines = shift if $ARGV[0] =~ /^\d+$/ || 1;
+my $nolines = 1;
+$nolines = shift if $ARGV[0] =~ /^\d+$/;
my $exp = join '|', @ARGV;
my @prev;