mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fix eval test https://github.com/webmin/webmin/issues/1685
This commit is contained in:
2
setup.pl
2
setup.pl
@ -249,7 +249,7 @@ else {
|
||||
if (!&has_command("process.exe")) {
|
||||
&errorexit("The command process.exe must be installed to run Webmin on Windows");
|
||||
}
|
||||
if (eval "use Win32::Daemon; 1") {
|
||||
if (!eval "use Win32::Daemon; 1") {
|
||||
&errorexit("The Perl module Win32::Daemon must be installed to run Webmin on Windows");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user