зеркало из https://github.com/mozilla/gecko-dev.git
Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode. Patch by gerv; r=justdave.
This commit is contained in:
Родитель
c254a77eed
Коммит
30ed204e13
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче