Fixed watchdbg so that simple arguments work again
[spider.git] / perl / watchdbg
index 7975529655809ac79b1e75447fb827f193f9c86f..c1d6b172beb11a09f63e2c288c7596f152f770f4 100755 (executable)
@@ -31,7 +31,8 @@ use strict;
 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;