]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 244040: checksetup with answers script should be silent on Windows...
authorjocuri%softhome.net <>
Thu, 20 May 2004 03:49:29 +0000 (03:49 +0000)
committerjocuri%softhome.net <>
Thu, 20 May 2004 03:49:29 +0000 (03:49 +0000)
checksetup.pl

index a0462376193175fee0835370ec8208b3d1618346..8fc37f2ad5eec81c15646c360a55bc8a0f10b4df 100755 (executable)
@@ -313,7 +313,7 @@ my $patchreader = have_vers("PatchReader",0);
 
 print "\n" unless $silent;
 
-if ($^O =~ /MSWin32/i) {
+if ($^O =~ /MSWin32/i && !$silent) {
     if ($^V lt pack('U*',5,8,0)) {
         # If something older than 5.8 is detected, then point to the oi
         # repository using ppm version 2 commands (which is the default