Updated for Mac OSX compatibility
This commit is contained in:
parent
7063ac0a76
commit
7b0f69fca4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ use WebGUI::Utility;
|
|||
|
||||
|
||||
my (@files, $cmd, $namespace, $file, $slash, $confdir, %plugins, $plugdir, $exclude);
|
||||
$slash = ($^O =~ /Win/i) ? "\\" : "/";
|
||||
$slash = ($^O =~ /^Win/i) ? "\\" : "/";
|
||||
$confdir = $webguiRoot.$slash."etc".$slash;
|
||||
$plugdir = $webguiRoot.$slash."sbin".$slash."Hourly".$slash;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue