Commit 53091c87 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 244040: checksetup with answers script should be silent on…

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.
parent 5d1b1d3b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment