Skip to content
Snippets Groups Projects
Commit 40e1d03c authored by Yang Tse's avatar Yang Tse
Browse files

checksrc.pl: add quotes to var

parent c95fec5e
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ if(!$file) {
}
do {
if($wlist !~ / $file /) {
if("$wlist" !~ / $file /) {
my $fullname = $file;
$fullname = "$dir/$file" if ($fullname !~ '^\.?\.?/');
scanfile($fullname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment