diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get_reviewer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_reviewer.pl b/scripts/get_reviewer.pl index b08d1860ce..62deb92280 100755 --- a/scripts/get_reviewer.pl +++ b/scripts/get_reviewer.pl @@ -865,7 +865,7 @@ sub top_of_mesa_tree { $lk_path .= "/"; } if ( (-f "${lk_path}docs/mesa.css") - && (-f "${lk_path}docs/GL3.txt") + && (-f "${lk_path}docs/features.txt") && (-f "${lk_path}src/mesa/main/version.c") && (-f "${lk_path}REVIEWERS") && (-d "${lk_path}scripts")) { |