Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode. Patch by gerv; r=justdave.

This commit is contained in:
gerv%gerv.net 2002-10-30 08:29:45 +00:00
Родитель c254a77eed
Коммит 30ed204e13
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;