X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=scripts%2Fheaderdep.pl;h=8dd019bc5a7361631c71dc1d5e33095b6f42b6a1;hb=1e90a13d0c3dc94512af1ccb2b6563e8297838fa;hp=b7f6c560e24d2e88aabb36aea8272465eb94936c;hpb=769f3e8c384795cc350e2aae27de2a12374d19d4;p=cascardo%2Flinux.git diff --git a/scripts/headerdep.pl b/scripts/headerdep.pl index b7f6c560e24d..8dd019bc5a73 100755 --- a/scripts/headerdep.pl +++ b/scripts/headerdep.pl @@ -80,8 +80,7 @@ sub search { my $path = "$i/$filename"; return $path if -f $path; } - - return undef; + return; } sub parse_all {