]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode...
authorgerv%gerv.net <>
Wed, 30 Oct 2002 16:29:45 +0000 (16:29 +0000)
committergerv%gerv.net <>
Wed, 30 Oct 2002 16:29:45 +0000 (16:29 +0000)
checksetup.pl

index a1662192e6b8a900388f07d97e433e1350770b0e..3a60a393786908c701161fc4a3402d8310473b89 100755 (executable)
@@ -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;