Fixes for Mac OSX compatibility.
This commit is contained in:
parent
c15b7c32ec
commit
341b2ada4e
3 changed files with 26 additions and 26 deletions
|
|
@ -29,8 +29,8 @@ print "\nWebGUI is checking your system environment:\n\n";
|
|||
my ($os, $prereq, $dbi, $dbDrivers);
|
||||
$prereq = 1;
|
||||
|
||||
if ($^O =~ /Win/i) {
|
||||
$os = "Microsoftish";
|
||||
if ($^O =~ /^Win/i) {
|
||||
$os = "Windowsish";
|
||||
} else {
|
||||
$os = "Linuxish";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue