panfrost: Disable pipelining temporarily
[mesa.git] / scripts / get_reviewer.pl
index b08d1860ce3bec8d8e7261e97924eaac9d1a2562..1677495ad6dd704bd985979143fd77edd8c3c7d9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 # (c) 2007, Joe Perches <joe@perches.com>
 #           created from checkpatch.pl
 #
@@ -14,6 +14,7 @@
 # Licensed under the terms of the GNU GPL License version 2
 
 use strict;
+use warnings;
 
 my $P = $0;
 my $V = '0.26';
@@ -865,7 +866,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")) {