From 8b5c60b6bc9bfb3c26b094c33d40851286a3d199 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 19 Aug 2008 04:23:30 +0000 Subject: [PATCH] =?utf8?q?Bug=20450573:=20checksetup.pl=20gives=20"install?= =?utf8?q?-module=20--all"=20instructions=20on=20Windows=20-=20Patch=20by?= =?utf8?q?=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20?= =?utf8?q?=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 0f2472a5e5..fd3dcf5890 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -475,7 +475,7 @@ EOT } } - if ($output && $check_results->{any_missing}) { + if ($output && $check_results->{any_missing} && !ON_WINDOWS) { print install_string('install_all', { perl => $^X }); } } -- 2.47.2