From 53091c87248679d4889320a88728d53f7f584152 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 20 May 2004 03:49:29 +0000 Subject: Patch for bug 244040: checksetup with answers script should be silent on Windows; patch by Byron Jones ; r=bugreport; a=justdave. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index a04623761..8fc37f2ad 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 -- cgit v1.2.3-24-g4f1b