From 5280ec719e3f928a95df099ab6037e8a299ef9c9 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Mon, 12 Dec 2005 16:03:35 +0000 Subject: [PATCH] Bug 319220: checksetup.pl can't cope with a standard CVS install or update. Patch by Marc Schumann , r=LpSolit, a=justdave --- checksetup.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checksetup.pl b/checksetup.pl index 98acb8f604..bf93a65894 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1239,6 +1239,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); -- 2.47.2