Needed to keep clickable line nums working

svn path=/trunk/boinc/; revision=4972
This commit is contained in:
Bruce Allen 2004-12-31 01:27:50 +00:00
parent b60bb59c28
commit 94ea96d986
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
if (strlen($f))
$f = "../log*/". $f;
else
$f = "$log_dir/*.log";
$f = "../log*/*.log";
passthru("cd $log_dir && ../bin/grep_logs -html -l $l '$s' $f 2>&1 $lines");