]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
[Bug 424865] checksetup tells me that commands listed below need to be run as root
authormozilla%colinogilvie.co.uk <>
Tue, 25 Mar 2008 04:04:36 +0000 (04:04 +0000)
committermozilla%colinogilvie.co.uk <>
Tue, 25 Mar 2008 04:04:36 +0000 (04:04 +0000)
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat

Bugzilla/Install/Requirements.pm

index 65df716bc60ceee9242adce064fbdccaec0864e0..558db88e286545f5bed81c1505170a6a3b82fbcc 100644 (file)
@@ -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.