summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-05-20 05:49:29 +0200
committerjocuri%softhome.net <>2004-05-20 05:49:29 +0200
commit53091c87248679d4889320a88728d53f7f584152 (patch)
tree6adc20d6b4abc0a0b6013eca8057ab79e735edbe /checksetup.pl
parent5d1b1d3b1ab81ef57eb451ede54b07eeb7ccd90e (diff)
downloadbugzilla-53091c87248679d4889320a88728d53f7f584152.tar.gz
bugzilla-53091c87248679d4889320a88728d53f7f584152.tar.xz
Patch for bug 244040: checksetup with answers script should be silent on Windows; patch by Byron Jones <bugzilla@glob.com.au>; r=bugreport; a=justdave.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
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