Bug 319220: checksetup.pl can't cope with a standard CVS install or update.

Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
This commit is contained in:
wurblzap%gmail.com 2005-12-12 08:03:26 +00:00
Родитель b54708c5af
Коммит eaadfbbdbc
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1262,6 +1262,8 @@ unless ($switch{'no_templates'}) {
foreach my $dir (@files) {
next if($dir =~ /^CVS$/i);
-d "$templatedir/$dir/custom" || -d "$templatedir/$dir/default"
|| next;
local $ENV{'HTTP_ACCEPT_LANGUAGE'} = $dir;
SetParam("languages", "$dir,en");
$::template = Bugzilla::Template->create(clean_cache => 1);