From dc0d63e12a58052775eb2729c57ba1a4bfa56c9c Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Tue, 25 Mar 2008 04:04:36 +0000 Subject: [Bug 424865] checksetup tells me that commands listed below need to be run as root Patch by Colin Ogilvie ; r+a: mkanat --- Bugzilla/Install/Requirements.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 65df716bc..558db88e2 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -329,10 +329,12 @@ sub print_module_instructions { if ((!$output && @{$check_results->{missing}}) || ($output && $check_results->{any_missing})) { - print "\n* NOTE: You must run any commands listed below as " - . ROOT_USER . ".\n\n"; - + if (ON_WINDOWS) { + + print "\n* NOTE: You must run any commands listed below as " + . ROOT_USER . ".\n\n"; + my $perl_ver = sprintf('%vd', $^V); # URL when running Perl 5.8.x. -- cgit v1.2.3-24-g4f1b