Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1809 → Rev 1810

/buildidx/buildidx.php
422,7 → 422,7
if ($f === 'games/') continue;
if (str_head_is($f, "drivers/{$pkgdir}/")) continue;
if ($f === 'drivers/') continue;
if (str_head_is($f, "kernels/{$pkgdir}/")) continue;
if (str_head_is($f, "kernel/{$pkgdir}/")) continue;
echo "WARNING: {$fname} contains a file in an illegal location: {$f}\n";
}