Commit 82cadd23 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 450573: checksetup.pl gives "install-module --all" instructions on Windows -…

Bug 450573: checksetup.pl gives "install-module --all" instructions on Windows - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 20d885c7
......@@ -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 });
}
}
......
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