Loading lib/checksrc.pl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -79,9 +79,10 @@ if(!$file) { } } do { do { if($file ne "$wlist") { if($file ne "$wlist") { scanfile("$dir/$file"); my $fullname = $file; $fullname = "$dir/$file" if $fullname !~ '^/'; scanfile($fullname); } } $file = shift @ARGV; $file = shift @ARGV; Loading Loading
lib/checksrc.pl +3 −2 Original line number Original line Diff line number Diff line Loading @@ -79,9 +79,10 @@ if(!$file) { } } do { do { if($file ne "$wlist") { if($file ne "$wlist") { scanfile("$dir/$file"); my $fullname = $file; $fullname = "$dir/$file" if $fullname !~ '^/'; scanfile($fullname); } } $file = shift @ARGV; $file = shift @ARGV; Loading