Commit 34811ca7 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

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
parent 54386ed0
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment