mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:57:18 +03:00
checksrc: Fix whitelist on out-of-tree builds
This commit is contained in:
parent
4d6e079dd2
commit
252e9acd50
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ my $wlist;
|
|||
my %whitelist;
|
||||
|
||||
sub readwhitelist {
|
||||
open(W, "<checksrc.whitelist");
|
||||
open(W, "<$dir/checksrc.whitelist");
|
||||
my @all=<W>;
|
||||
for(@all) {
|
||||
chomp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue