Commit 1b19ddfe authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 177351 - checksetup.pl tells about deleting templates in silent-running…

Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode. Patch by gerv; r=justdave.
parent 9607ebb8
......@@ -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;
......
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