Skip to content

Commit

Permalink
checksrc: Fix whitelist on out-of-tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 17, 2015
1 parent 4d6e079 commit 252e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checksrc.pl
Expand Up @@ -34,7 +34,7 @@
my %whitelist;

sub readwhitelist {
open(W, "<checksrc.whitelist");
open(W, "<$dir/checksrc.whitelist");
my @all=<W>;
for(@all) {
chomp;
Expand Down

0 comments on commit 252e9ac

Please sign in to comment.