mirror of https://github.com/BOINC/boinc.git
Needed to keep clickable line nums working
svn path=/trunk/boinc/; revision=4972
This commit is contained in:
parent
b60bb59c28
commit
94ea96d986
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue