summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2008-03-25 05:04:36 +0100
committermozilla%colinogilvie.co.uk <>2008-03-25 05:04:36 +0100
commitdc0d63e12a58052775eb2729c57ba1a4bfa56c9c (patch)
treefcf59ab9a90cb6cd5f2fb83b670bb4fcbf69ac75 /Bugzilla/Install/Requirements.pm
parent91b55fc9699d8997d5b468117116e52c5bfb6a45 (diff)
downloadbugzilla-dc0d63e12a58052775eb2729c57ba1a4bfa56c9c.tar.gz
bugzilla-dc0d63e12a58052775eb2729c57ba1a4bfa56c9c.tar.xz
[Bug 424865] checksetup tells me that commands listed below need to be run as root
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm8
1 files changed, 5 insertions, 3 deletions
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.