diff options
-rwxr-xr-x | checksetup.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index a1662192e..3a60a3937 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; |