X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticall.php;h=1998e147718aa4667ac55f271952f14714edccde;hp=ac39eddca23bd69b02ac06de4876f2aa0e3930fe;hb=e42097b73f6cd509aa17a48487a707401a2d4bd0;hpb=e30753942e5a5ea6e958fdd850fc7a9c33285dae diff --git a/web/staticall.php b/web/staticall.php index ac39eddc..1998e147 100644 --- a/web/staticall.php +++ b/web/staticall.php @@ -28,7 +28,7 @@ Or you can just download the tarball of everything includ $d = dir($argv[1]); $modules = array(); while (false !== ($entry = $d->read())) { - if ($entry[0] != '.' && is_file($argv[1].$entry."/_info.c")) { + if ($entry[0] != '.' && is_file($argv[1].$entry."/_info")) { array_push($modules, $entry); } }