From: jocuri%softhome.net <> Date: Thu, 20 May 2004 03:49:29 +0000 (+0000) Subject: Patch for bug 244040: checksetup with answers script should be silent on Windows... X-Git-Tag: bugzilla-2.18rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53091c87248679d4889320a88728d53f7f584152;p=thirdparty%2Fbugzilla.git Patch for bug 244040: checksetup with answers script should be silent on Windows; patch by Byron Jones ; r=bugreport; a=justdave. --- diff --git a/checksetup.pl b/checksetup.pl index a046237619..8fc37f2ad5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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