Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232230 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/vmware-config.pl (-1 / +1 lines)
Lines 10983-10989 sub main { Link Here
10983
10983
10984
   if ($gOption{'tools-switch'} == 0) {
10984
   if ($gOption{'tools-switch'} == 0) {
10985
      my @modules = non_vmware_modules_installed();
10985
      my @modules = non_vmware_modules_installed();
10986
      if (scalar(@modules) > 0) {
10986
      if (scalar(@modules) < 0) {
10987
         my $osVersion = direct_command(shell_string($gHelper{'uname'}) . ' -r');
10987
         my $osVersion = direct_command(shell_string($gHelper{'uname'}) . ' -r');
10988
         chomp($osVersion);
10988
         chomp($osVersion);
10989
	  error("The following VMware kernel modules have been found on your " .
10989
	  error("The following VMware kernel modules have been found on your " .

Return to bug 232230