mirror of
https://github.com/curl/curl.git
synced 2026-07-24 06:27:16 +03:00
checksrc.pl: add quotes to var
This commit is contained in:
parent
c95fec5e5b
commit
40e1d03c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ if(!$file) {
|
|||
}
|
||||
|
||||
do {
|
||||
if($wlist !~ / $file /) {
|
||||
if("$wlist" !~ / $file /) {
|
||||
my $fullname = $file;
|
||||
$fullname = "$dir/$file" if ($fullname !~ '^\.?\.?/');
|
||||
scanfile($fullname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue