From: gerv%gerv.net <> Date: Wed, 30 Oct 2002 16:29:45 +0000 (+0000) Subject: Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode... X-Git-Tag: bugzilla-2.17.1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b19ddfe4ec7d26c696a9dca15c90a6187a564fd;p=thirdparty%2Fbugzilla.git Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode. Patch by gerv; r=justdave. --- diff --git a/checksetup.pl b/checksetup.pl index a1662192e6..3a60a39378 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -920,7 +920,7 @@ END # YYYY-MM-DD my $lastTemplateParamChange = str2time("2002-04-27", "UTC"); if (-e 'data/template') { - print "Removing existing compiled templates ...\n"; + print "Removing existing compiled templates ...\n" unless $silent; # If File::Path::rmtree reported errors, then I'd use that use File::Find;