[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
parent 91b55fc9
......@@ -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.
......
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