X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticall.php;h=ac39eddca23bd69b02ac06de4876f2aa0e3930fe;hp=60f7fa77b419e66fb8c70da4b7ab7818e2336a64;hb=75a2f5a4b855ba9efd9e6de954eb35fda633909e;hpb=2257c0acfd9c8f91d41e858272d289168b8eb965 diff --git a/web/staticall.php b/web/staticall.php index 60f7fa77..ac39eddc 100644 --- a/web/staticall.php +++ b/web/staticall.php @@ -16,7 +16,7 @@ download.

-Or you can just download the tarball of everything (K). +Or you can just download the tarball of everything including CCAN tools (K).

@@ -28,7 +28,7 @@ Or you can just download the tarball of everything (read())) { - if ($entry[0] != '.') { + if ($entry[0] != '.' && is_file($argv[1].$entry."/_info.c")) { array_push($modules, $entry); } }