X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=check_package-xml.php;h=32a1e734da067cb8a9ac93cd41ee785e1826f23f;hp=4000054a16755258b51c3aabaf0ed7bcc473a805;hb=2398b2e34ee356ca9d7525a40d98c9a7d4b9ba56;hpb=0a5bb2d697afe41949b22afa679d7a5aa4e11f13 diff --git a/check_package-xml.php b/check_package-xml.php index 4000054..32a1e73 100755 --- a/check_package-xml.php +++ b/check_package-xml.php @@ -36,6 +36,11 @@ if (($xml = simplexml_load_file($file))) { } } } + foreach ($xml_files as $file) { + if (!file_exists($file)) { + echo "Extraneous file $file\n"; + } + } } ###